Skip to content

Commit 24fd0a6

Browse files
committed
perf: 扁平化 directives 目录
1 parent cc65b1d commit 24fd0a6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/directives/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { App } from "vue"
22
import { permission } from "./permission"
33

4-
/** 挂载自定义指令 */
4+
/** 加载自定义指令 */
55
export function loadDirectives(app: App) {
66
app.directive("permission", permission)
77
}

0 commit comments

Comments
 (0)