admin
10 小时以前 7e88876cd6c68e963ec0560f4e329e5dad483d9c
1
2
3
4
5
6
import { PluginFunction } from 'vue';
 
interface IView extends PluginFunction<any> {}
 
declare const iView: IView;
export default iView;