📅  最后修改于: 2022-03-11 14:48:37.396000             🧑  作者: Mango
import Vue from 'vue' // <-- Do not delete that !!!
declare module 'vue/types/options' {
interface ComponentOptions {
emits?: string[]
}
}