diff --git a/env.d.ts b/env.d.ts index 323c78a..2c481dc 100644 --- a/env.d.ts +++ b/env.d.ts @@ -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 +} diff --git a/src/components/user-center/PlanCard.vue b/src/components/user-center/PlanCard.vue index f3dbd76..251ff42 100644 --- a/src/components/user-center/PlanCard.vue +++ b/src/components/user-center/PlanCard.vue @@ -4,34 +4,93 @@
*所有套餐均不限流量不限速度