芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/vue/types/plugin.d.ts
import { Vue as _Vue } from './vue' export type PluginFunction
= (Vue: typeof _Vue, options?: T) => void export interface PluginObject
{ install: PluginFunction
[key: string]: any }