提交尝鲜价套餐
site-dist-deploy / build-and-deploy (push) Successful in 1m44s

This commit is contained in:
2026-03-20 14:30:23 +02:00
parent a350863a3e
commit fb7e5031c8
7 changed files with 211 additions and 26 deletions
Vendored
+6
View File
@@ -5,3 +5,9 @@ declare module '*.vue' {
const component: DefineComponent<{}, {}, any>
export default component
}
declare module '*.svg?component' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}