diff --git a/_templates/playground/new/vue.md.ejs.t b/_templates/playground/new/vue.md.ejs.t index a22edd2b2b4..1a13f8b8dcc 100644 --- a/_templates/playground/new/vue.md.ejs.t +++ b/_templates/playground/new/vue.md.ejs.t @@ -7,15 +7,8 @@ to: "<%= `static/usage/v${version}/${name}/${path}/vue.md` %>" <<%= component %>>> - <% if (css){ -%> diff --git a/src/components/global/Playground/stackblitz.utils.ts b/src/components/global/Playground/stackblitz.utils.ts index 2adb362df0d..9b80192cc4e 100644 --- a/src/components/global/Playground/stackblitz.utils.ts +++ b/src/components/global/Playground/stackblitz.utils.ts @@ -232,7 +232,6 @@ const openVueEditor = async (code: string, options?: EditorOptions) => { options?.includeIonContent ? 'vue/App.withContent.vue' : 'vue/App.vue', 'vue/tsconfig.json', 'vue/tsconfig.node.json', - 'vue/env.d.ts', ], options.version ); @@ -251,7 +250,6 @@ const openVueEditor = async (code: string, options?: EditorOptions) => { 'src/App.vue': defaultFiles[6], 'src/components/Example.vue': code, [mainTs]: defaultFiles[5], - 'src/env.d.ts': defaultFiles[9], 'src/theme/variables.css': defaultFiles[3], 'index.html': defaultFiles[2], 'vite.config.ts': defaultFiles[4], diff --git a/static/code/stackblitz/v8/vue/App.vue b/static/code/stackblitz/v8/vue/App.vue index a66de3b24d8..3fbb68855b2 100644 --- a/static/code/stackblitz/v8/vue/App.vue +++ b/static/code/stackblitz/v8/vue/App.vue @@ -4,15 +4,7 @@ - diff --git a/static/code/stackblitz/v8/vue/App.withContent.vue b/static/code/stackblitz/v8/vue/App.withContent.vue index aa113caf3e4..9324b79998f 100644 --- a/static/code/stackblitz/v8/vue/App.withContent.vue +++ b/static/code/stackblitz/v8/vue/App.withContent.vue @@ -6,15 +6,7 @@ - diff --git a/static/code/stackblitz/v8/vue/env.d.ts b/static/code/stackblitz/v8/vue/env.d.ts deleted file mode 100644 index aafef9509dd..00000000000 --- a/static/code/stackblitz/v8/vue/env.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -/// - -declare module '*.vue' { - import type { DefineComponent } from 'vue' - // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types - const component: DefineComponent<{}, {}, any> - export default component -} diff --git a/static/usage/v8/accordion/accessibility/animations/vue.md b/static/usage/v8/accordion/accessibility/animations/vue.md index 05847edab7b..21f76f629fb 100644 --- a/static/usage/v8/accordion/accessibility/animations/vue.md +++ b/static/usage/v8/accordion/accessibility/animations/vue.md @@ -22,16 +22,7 @@ - ``` diff --git a/static/usage/v8/accordion/basic/vue.md b/static/usage/v8/accordion/basic/vue.md index 8ac8c6bbeec..1cca6c2afef 100644 --- a/static/usage/v8/accordion/basic/vue.md +++ b/static/usage/v8/accordion/basic/vue.md @@ -22,17 +22,7 @@ - ``` diff --git a/static/usage/v8/accordion/customization/advanced-expansion-styles/vue.md b/static/usage/v8/accordion/customization/advanced-expansion-styles/vue.md index 5e8e8da6925..6f01efaec15 100644 --- a/static/usage/v8/accordion/customization/advanced-expansion-styles/vue.md +++ b/static/usage/v8/accordion/customization/advanced-expansion-styles/vue.md @@ -22,18 +22,8 @@ - - ``` diff --git a/static/usage/v8/segment/theming/colors/vue.md b/static/usage/v8/segment/theming/colors/vue.md index fcce8cce913..9c4822fdb2c 100644 --- a/static/usage/v8/segment/theming/colors/vue.md +++ b/static/usage/v8/segment/theming/colors/vue.md @@ -82,12 +82,7 @@ - ``` diff --git a/static/usage/v8/segment/theming/css-properties/vue.md b/static/usage/v8/segment/theming/css-properties/vue.md index 00bf2e42c8f..161a8b89420 100644 --- a/static/usage/v8/segment/theming/css-properties/vue.md +++ b/static/usage/v8/segment/theming/css-properties/vue.md @@ -10,13 +10,8 @@ -