mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-10-15 23:53:23 +00:00
feat: add admin frontend template
Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
6
admin-frontend/env.d.ts
vendored
Normal file
6
admin-frontend/env.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module "*.vue" {
|
||||
import Vue from "vue";
|
||||
export default Vue;
|
||||
}
|
Reference in New Issue
Block a user