mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { App } from 'vue';
|
||||
|
||||
// import { x } from '@/directives';
|
||||
|
||||
/**
|
||||
* 注册全局自定义指令
|
||||
* @param app
|
||||
*/
|
||||
export function setupDirectives(app: App) {
|
||||
// app.directive('x', x);
|
||||
}
|
||||
Reference in New Issue
Block a user