refactor: ♻️ 规范 directive 指令目录命名

This commit is contained in:
Ray.Hao
2025-09-19 14:27:22 +08:00
parent 719a4ee7dd
commit 4972173cf9
3 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import type { App } from "vue";
import { setupDirective } from "@/directive";
import { setupDirective } from "@/directives";
import { setupI18n } from "@/lang";
import { setupRouter } from "@/router";
import { setupStore } from "@/store";