admin
3 天以前 611b793a87d3a0d6a2edacbf99318a678df3ad3f
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;