feat: add directive[v-action]
This commit is contained in:
6
resources/admin/directives/index.ts
Normal file
6
resources/admin/directives/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { App } from 'vue'
|
||||
|
||||
import action from './permission/action'
|
||||
export function bootstrapDirectives(app: App): void {
|
||||
app.directive('action', action)
|
||||
}
|
Reference in New Issue
Block a user