This commit is contained in:
MTrun
2021-12-10 14:11:49 +08:00
commit 535104447b
72 changed files with 5576 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { App } from 'vue';
// import { x } from '@/directives';
/**
* 注册全局自定义指令
* @param app
*/
export function setupDirectives(app: App) {
// app.directive('x', x);
}