mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-16 02:55:03 +00:00
Initial port to vue 3
This commit is contained in:
parent
e1966534d5
commit
454981fa1f
14 changed files with 1906 additions and 1804 deletions
5
dashboard/ts-vue-shim.d.ts
vendored
5
dashboard/ts-vue-shim.d.ts
vendored
|
@ -1,6 +1,7 @@
|
|||
declare module "*.vue" {
|
||||
import Vue from "vue";
|
||||
export default Vue;
|
||||
import { DefineComponent } from "vue";
|
||||
const component: DefineComponent;
|
||||
export default component;
|
||||
}
|
||||
|
||||
declare module "*.png" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue