mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 17:51:17 +11:00
less ugly appearance switch
This commit is contained in:
parent
23878e3f3e
commit
34c1f13d8b
5 changed files with 87 additions and 7 deletions
4
.vitepress/vue-shim.d.ts
vendored
4
.vitepress/vue-shim.d.ts
vendored
|
|
@ -1,4 +1,4 @@
|
|||
declare module "*.vue" {
|
||||
import Vue from "vue";
|
||||
export default Vue;
|
||||
const component: import("vue").Component;
|
||||
export default component;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue