前端添加网站图标及优化标签页标题

This commit is contained in:
2024-09-01 16:42:22 +08:00
parent 8ac701f214
commit dbdf9e415e
6 changed files with 15 additions and 20 deletions

5
tonecn/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module '*.vue' {
import { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}