🐳 添加 docker 配置.

This commit is contained in:
lijiahangmax
2024-02-25 17:44:21 +08:00
parent 115ed7e6c5
commit c3f33e7494
9 changed files with 28 additions and 19 deletions

View File

@@ -3,13 +3,13 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core';
import '@vue/runtime-core'
export {};
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}