From 36cd4e6e247a95aaa7ca1ff04b4c1277f3b65005 Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:08:37 -0400 Subject: [PATCH 1/3] docs(vue): update v7 stackblitz templates --- static/code/stackblitz/v7/vue/App.vue | 14 +++----------- static/code/stackblitz/v7/vue/App.withContent.vue | 14 +++----------- static/code/stackblitz/v7/vue/env.d.ts | 8 -------- 3 files changed, 6 insertions(+), 30 deletions(-) delete mode 100644 static/code/stackblitz/v7/vue/env.d.ts diff --git a/static/code/stackblitz/v7/vue/App.vue b/static/code/stackblitz/v7/vue/App.vue index a66de3b24d8..3fbb68855b2 100644 --- a/static/code/stackblitz/v7/vue/App.vue +++ b/static/code/stackblitz/v7/vue/App.vue @@ -4,15 +4,7 @@ - diff --git a/static/code/stackblitz/v7/vue/App.withContent.vue b/static/code/stackblitz/v7/vue/App.withContent.vue index aa113caf3e4..9324b79998f 100644 --- a/static/code/stackblitz/v7/vue/App.withContent.vue +++ b/static/code/stackblitz/v7/vue/App.withContent.vue @@ -6,15 +6,7 @@ - diff --git a/static/code/stackblitz/v7/vue/env.d.ts b/static/code/stackblitz/v7/vue/env.d.ts deleted file mode 100644 index aafef9509dd..00000000000 --- a/static/code/stackblitz/v7/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 -} From 217533c8d860766ad019103a79d8f30f7119a298 Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:15:47 -0400 Subject: [PATCH 2/3] docs(usage): setup migration for simple examples --- .../accordion/accessibility/animations/vue.md | 13 ++------ static/usage/v7/accordion/basic/vue.md | 12 +------ .../advanced-expansion-styles/vue.md | 12 +------ .../customization/expansion-styles/vue.md | 12 +------ .../v7/accordion/customization/icons/vue.md | 15 +-------- .../v7/accordion/customization/theming/vue.md | 15 +-------- .../usage/v7/accordion/disable/group/vue.md | 13 ++------ .../v7/accordion/disable/individual/vue.md | 13 ++------ static/usage/v7/accordion/multiple/vue.md | 12 +------ .../usage/v7/accordion/readonly/group/vue.md | 12 +------ .../v7/accordion/readonly/individual/vue.md | 12 +------ static/usage/v7/alert/buttons/vue.md | 2 +- static/usage/v7/alert/customization/vue.md | 2 +- static/usage/v7/alert/inputs/radios/vue.md | 2 +- .../usage/v7/alert/inputs/text-inputs/vue.md | 2 +- .../v7/alert/presenting/controller/vue.md | 2 +- .../usage/v7/alert/presenting/isOpen/vue.md | 2 +- .../usage/v7/alert/presenting/trigger/vue.md | 2 +- static/usage/v7/avatar/basic/vue.md | 7 +--- static/usage/v7/avatar/chip/vue.md | 7 +--- static/usage/v7/avatar/item/vue.md | 7 +--- .../v7/avatar/theming/css-properties/vue.md | 7 +--- .../v7/back-button/basic/vue/page_two_vue.md | 6 +--- .../v7/back-button/custom/vue/page_two_vue.md | 9 +----- static/usage/v7/backdrop/basic/vue.md | 7 +--- static/usage/v7/backdrop/styling/vue.md | 7 +--- static/usage/v7/badge/basic/vue.md | 7 +--- static/usage/v7/badge/theming/colors/vue.md | 7 +--- .../v7/badge/theming/css-properties/vue.md | 7 +--- static/usage/v7/breadcrumbs/basic/vue.md | 7 +--- .../items-before-after/vue.md | 7 +--- .../collapsing-items/max-items/vue.md | 7 +--- .../icons/custom-separators/vue.md | 10 +----- .../breadcrumbs/icons/icons-on-items/vue.md | 10 +----- .../v7/breadcrumbs/theming/colors/vue.md | 7 +--- .../breadcrumbs/theming/css-properties/vue.md | 7 +--- static/usage/v7/button/basic/vue.md | 7 +--- static/usage/v7/button/expand/vue.md | 7 +--- static/usage/v7/button/fill/vue.md | 7 +--- static/usage/v7/button/size/vue.md | 7 +--- static/usage/v7/button/text-wrapping/vue.md | 7 +--- static/usage/v7/button/theming/colors/vue.md | 7 +--- .../v7/button/theming/css-properties/vue.md | 7 +--- static/usage/v7/buttons/basic/vue.md | 7 +--- static/usage/v7/buttons/placement/vue.md | 7 +--- static/usage/v7/buttons/types/vue.md | 10 +----- static/usage/v7/card/basic/vue.md | 7 +--- static/usage/v7/card/buttons/vue.md | 7 +--- static/usage/v7/card/list/vue.md | 7 +--- static/usage/v7/card/media/vue.md | 7 +--- static/usage/v7/card/theming/colors/vue.md | 7 +--- .../v7/card/theming/css-properties/vue.md | 7 +--- static/usage/v7/checkbox/alignment/vue.md | 9 +----- static/usage/v7/checkbox/basic/vue.md | 7 +--- static/usage/v7/checkbox/indeterminate/vue.md | 7 +--- static/usage/v7/checkbox/justify/vue.md | 7 +--- static/usage/v7/checkbox/label-link/vue.md | 7 +--- .../usage/v7/checkbox/label-placement/vue.md | 7 +--- .../v7/checkbox/theming/css-properties/vue.md | 7 +--- static/usage/v7/chip/basic/vue.md | 7 +--- static/usage/v7/chip/slots/vue.md | 14 +------- static/usage/v7/chip/theming/colors/vue.md | 7 +--- .../v7/chip/theming/css-properties/vue.md | 7 +--- static/usage/v7/content/basic/vue.md | 7 +--- static/usage/v7/content/fixed/vue.md | 7 +--- static/usage/v7/content/fullscreen/vue.md | 7 +--- static/usage/v7/content/header-footer/vue.md | 7 +--- static/usage/v7/content/theming/colors/vue.md | 7 +--- .../v7/content/theming/css-properties/vue.md | 7 +--- .../content/theming/css-shadow-parts/vue.md | 7 +--- .../usage/v7/content/theming/safe-area/vue.md | 9 +----- static/usage/v7/datetime-button/basic/vue.md | 7 +--- .../v7/datetime-button/format-options/vue.md | 3 +- static/usage/v7/datetime/basic/vue.md | 7 +--- .../buttons/customizing-button-texts/vue.md | 7 +--- .../showing-confirmation-buttons/vue.md | 7 +--- .../datetime/date-constraints/max-min/vue.md | 7 +--- .../datetime/date-constraints/values/vue.md | 7 +--- .../usage/v7/datetime/format-options/vue.md | 3 +- .../localization/custom-locale/vue.md | 7 +--- .../localization/first-day-of-week/vue.md | 7 +--- .../datetime/localization/hour-cycle/vue.md | 7 +--- .../localization/locale-extension-tags/vue.md | 7 +--- .../datetime/localization/time-label/vue.md | 7 +--- static/usage/v7/datetime/multiple/vue.md | 7 +--- .../v7/datetime/presentation/date/vue.md | 7 +--- .../presentation/month-and-year/vue.md | 7 +--- .../v7/datetime/presentation/time/vue.md | 7 +--- .../v7/datetime/presentation/wheel/vue.md | 7 +--- .../v7/datetime/styling/global-theming/vue.md | 7 +--- static/usage/v7/datetime/theming/vue.md | 7 +--- .../datetime/title/customizing-title/vue.md | 7 +--- .../title/showing-default-title/vue.md | 7 +--- static/usage/v7/fab/basic/vue.md | 10 +----- static/usage/v7/fab/button-sizing/vue.md | 10 +----- static/usage/v7/fab/list-side/vue.md | 10 +----- static/usage/v7/fab/positioning/vue.md | 10 +----- static/usage/v7/fab/safe-area/vue.md | 14 +------- static/usage/v7/fab/theming/colors/vue.md | 10 +----- .../fab/theming/css-custom-properties/vue.md | 10 +----- .../v7/fab/theming/css-shadow-parts/vue.md | 10 +----- static/usage/v7/footer/basic/vue.md | 7 +--- .../v7/footer/custom-scroll-target/vue.md | 7 +--- static/usage/v7/footer/fade/vue.md | 7 +--- static/usage/v7/footer/no-border/vue.md | 7 +--- static/usage/v7/footer/translucent/vue.md | 7 +--- static/usage/v7/grid/basic/vue.md | 7 +--- .../v7/grid/customizing/column-number/vue.md | 7 +--- .../usage/v7/grid/customizing/padding/vue.md | 7 +--- static/usage/v7/grid/customizing/width/vue.md | 7 +--- static/usage/v7/grid/fixed/vue.md | 7 +--- .../usage/v7/grid/horizontal-alignment/vue.md | 7 +--- static/usage/v7/grid/offset-responsive/vue.md | 7 +--- static/usage/v7/grid/offset/vue.md | 7 +--- .../usage/v7/grid/push-pull-responsive/vue.md | 7 +--- static/usage/v7/grid/push-pull/vue.md | 7 +--- static/usage/v7/grid/size-auto/vue.md | 7 +--- static/usage/v7/grid/size-responsive/vue.md | 7 +--- static/usage/v7/grid/size/vue.md | 7 +--- .../usage/v7/grid/vertical-alignment/vue.md | 7 +--- static/usage/v7/header/basic/vue.md | 7 +--- static/usage/v7/header/condense/vue.md | 7 +--- .../v7/header/custom-scroll-target/vue.md | 7 +--- static/usage/v7/header/fade/vue.md | 7 +--- static/usage/v7/header/no-border/vue.md | 7 +--- static/usage/v7/header/translucent/vue.md | 7 +--- static/usage/v7/icon/basic/vue.md | 10 +----- static/usage/v7/img/basic/vue.md | 7 +--- static/usage/v7/input/basic/vue.md | 7 +--- static/usage/v7/input/clear/vue.md | 7 +--- .../usage/v7/input/counter-alignment/vue.md | 2 +- static/usage/v7/input/counter/vue.md | 2 +- static/usage/v7/input/fill/vue.md | 7 +--- static/usage/v7/input/label-placement/vue.md | 7 +--- static/usage/v7/input/label-slot/vue.md | 7 +--- static/usage/v7/input/no-visible-label/vue.md | 7 +--- static/usage/v7/input/start-end-slots/vue.md | 16 +--------- static/usage/v7/input/theming/colors/vue.md | 7 +--- .../v7/input/theming/css-properties/vue.md | 7 +--- static/usage/v7/input/types/vue.md | 7 +--- static/usage/v7/item-divider/basic/vue.md | 7 +--- .../v7/item-divider/theming/colors/vue.md | 7 +--- .../theming/css-properties/vue.md | 7 +--- static/usage/v7/item-group/basic/vue.md | 7 +--- .../usage/v7/item-group/sliding-items/vue.md | 7 +--- static/usage/v7/item-sliding/basic/vue.md | 7 +--- .../usage/v7/item-sliding/expandable/vue.md | 7 +--- static/usage/v7/item-sliding/icons/vue.md | 10 +----- static/usage/v7/item/basic/vue.md | 7 +--- static/usage/v7/item/buttons/vue.md | 10 +----- static/usage/v7/item/clickable/vue.md | 7 +--- .../v7/item/content-types/actions/vue.md | 23 +------------ .../v7/item/content-types/controls/vue.md | 16 +--------- .../v7/item/content-types/metadata/vue.md | 21 +----------- .../content-types/supporting-visuals/vue.md | 16 +--------- .../usage/v7/item/content-types/text/vue.md | 19 +---------- static/usage/v7/item/detail-arrows/vue.md | 12 +------ static/usage/v7/item/inputs/vue.md | 7 +--- static/usage/v7/item/lines/vue.md | 10 +----- static/usage/v7/item/media/vue.md | 7 +--- static/usage/v7/item/theming/colors/vue.md | 7 +--- .../v7/item/theming/css-properties/vue.md | 7 +--- .../v7/item/theming/css-shadow-parts/vue.md | 7 +--- .../v7/item/theming/input-highlight/vue.md | 6 +--- static/usage/v7/keyboard/enterkeyhint/vue.md | 11 +------ static/usage/v7/keyboard/inputmode/vue.md | 11 +------ static/usage/v7/label/basic/vue.md | 7 +--- static/usage/v7/label/input/vue.md | 6 +--- static/usage/v7/label/item/vue.md | 7 +--- static/usage/v7/label/theming/colors/vue.md | 7 +--- .../v7/layout/dynamic-font-scaling/vue.md | 32 +------------------ static/usage/v7/list-header/basic/vue.md | 7 +--- static/usage/v7/list-header/buttons/vue.md | 7 +--- static/usage/v7/list-header/lines/vue.md | 7 +--- .../v7/list-header/theming/colors/vue.md | 7 +--- .../list-header/theming/css-properties/vue.md | 7 +--- static/usage/v7/list/basic/vue.md | 7 +--- static/usage/v7/list/inset/vue.md | 7 +--- static/usage/v7/list/lines/vue.md | 7 +--- static/usage/v7/loading/inline/vue.md | 6 +--- static/usage/v7/loading/spinners/vue.md | 7 +--- static/usage/v7/loading/theming/vue.md | 7 +--- static/usage/v7/menu/basic/vue.md | 16 +--------- static/usage/v7/menu/sides/vue.md | 16 +--------- static/usage/v7/menu/theming/vue.md | 16 +--------- static/usage/v7/menu/toggle/vue.md | 16 +--------- .../v7/modal/controller/vue/example_vue.md | 2 +- .../v7/modal/controller/vue/modal_vue.md | 5 +-- static/usage/v7/modal/custom-dialogs/vue.md | 2 +- static/usage/v7/modal/inline/basic/vue.md | 2 +- static/usage/v7/modal/inline/is-open/vue.md | 2 +- .../usage/v7/modal/performance/mount/vue.md | 4 +-- .../usage/v7/modal/sheet/auto-height/vue.md | 2 +- .../v7/modal/sheet/background-content/vue.md | 2 +- static/usage/v7/modal/sheet/basic/vue.md | 2 +- .../v7/modal/sheet/handle-behavior/vue.md | 2 +- .../usage/v7/modal/styling/animations/vue.md | 2 +- static/usage/v7/modal/styling/theming/vue.md | 2 +- .../v7/nav/nav-link/vue/page_three_vue.md | 6 +--- static/usage/v7/note/basic/vue.md | 7 +--- static/usage/v7/note/item/vue.md | 7 +--- static/usage/v7/note/theming/colors/vue.md | 7 +--- .../v7/note/theming/css-properties/vue.md | 7 +--- .../popover/customization/positioning/vue.md | 7 +--- .../v7/popover/customization/sizing/vue.md | 7 +--- .../v7/popover/customization/styling/vue.md | 7 +--- static/usage/v7/popover/nested/vue.md | 7 +--- .../usage/v7/popover/performance/mount/vue.md | 7 +--- .../presenting/controller/vue/popover_vue.md | 8 +---- .../popover/presenting/inline-trigger/vue.md | 7 +--- .../v7/progress-bar/indeterminate/vue.md | 7 +--- .../v7/progress-bar/theming/colors/vue.md | 7 +--- .../theming/css-properties/vue.md | 7 +--- .../theming/css-shadow-parts/vue.md | 7 +--- static/usage/v7/radio/alignment/vue.md | 7 +--- static/usage/v7/radio/basic/vue.md | 7 +--- static/usage/v7/radio/empty-selection/vue.md | 7 +--- static/usage/v7/radio/justify/vue.md | 7 +--- static/usage/v7/radio/label-placement/vue.md | 7 +--- static/usage/v7/radio/label-wrap/vue.md | 7 +--- static/usage/v7/radio/theming/colors/vue.md | 7 +--- .../v7/radio/theming/css-properties/vue.md | 7 +--- .../v7/radio/theming/css-shadow-parts/vue.md | 7 +--- static/usage/v7/range/basic/vue.md | 7 +--- static/usage/v7/range/dual-knobs/vue.md | 7 +--- static/usage/v7/range/label-slot/vue.md | 7 +--- static/usage/v7/range/labels/vue.md | 7 +--- static/usage/v7/range/no-visible-label/vue.md | 7 +--- static/usage/v7/range/pins/vue.md | 12 +------ static/usage/v7/range/slots/vue.md | 13 +------- static/usage/v7/range/snapping-ticks/vue.md | 7 +--- .../v7/range/theming/css-properties/vue.md | 7 +--- .../v7/range/theming/css-shadow-parts/vue.md | 7 +--- static/usage/v7/ripple-effect/basic/vue.md | 7 +--- .../usage/v7/ripple-effect/customizing/vue.md | 7 +--- static/usage/v7/ripple-effect/type/vue.md | 7 +--- static/usage/v7/searchbar/basic/vue.md | 2 +- .../usage/v7/searchbar/cancel-button/vue.md | 2 +- static/usage/v7/searchbar/clear-button/vue.md | 10 +----- static/usage/v7/searchbar/search-icon/vue.md | 10 +----- .../usage/v7/searchbar/theming/colors/vue.md | 7 +--- .../searchbar/theming/css-properties/vue.md | 7 +--- static/usage/v7/segment-button/basic/vue.md | 7 +--- static/usage/v7/segment-button/layout/vue.md | 10 +----- .../theming/css-properties/vue.md | 7 +--- .../theming/css-shadow-parts/vue.md | 7 +--- static/usage/v7/segment/basic/vue.md | 7 +--- static/usage/v7/segment/scrollable/vue.md | 21 +----------- static/usage/v7/segment/theming/colors/vue.md | 7 +--- .../v7/segment/theming/css-properties/vue.md | 7 +--- .../v7/select/basic/multiple-selection/vue.md | 7 +--- .../v7/select/basic/single-selection/vue.md | 7 +--- .../select/customization/button-text/vue.md | 7 +--- .../customization/custom-toggle-icons/vue.md | 10 +----- .../customization/icon-flip-behavior/vue.md | 10 +----- .../customization/styling-select/vue.md | 7 +--- static/usage/v7/select/fill/vue.md | 7 +--- .../v7/select/interfaces/action-sheet/vue.md | 7 +--- .../usage/v7/select/interfaces/popover/vue.md | 7 +--- static/usage/v7/select/justify/vue.md | 7 +--- static/usage/v7/select/label-placement/vue.md | 7 +--- static/usage/v7/select/label-slot/vue.md | 7 +--- .../usage/v7/select/no-visible-label/vue.md | 7 +--- static/usage/v7/select/start-end-slots/vue.md | 17 +--------- .../theming/css-properties/vue.md | 14 +------- static/usage/v7/spinner/basic/vue.md | 7 +--- static/usage/v7/spinner/theming/colors/vue.md | 7 +--- .../v7/spinner/theming/css-properties/vue.md | 7 +--- .../usage/v7/spinner/theming/resizing/vue.md | 7 +--- static/usage/v7/split-pane/basic/vue.md | 7 +--- .../split-pane/theming/css-properties/vue.md | 7 +--- static/usage/v7/tabs/router/vue.md | 7 +--- static/usage/v7/tabs/router/vue/app_vue.md | 10 +----- .../usage/v7/tabs/router/vue/example_vue.md | 15 +-------- .../usage/v7/tabs/router/vue/home_page_vue.md | 6 +--- .../v7/tabs/router/vue/library_page_vue.md | 6 +--- .../v7/tabs/router/vue/radio_page_vue.md | 6 +--- .../v7/tabs/router/vue/search_page_vue.md | 6 +--- static/usage/v7/text/basic/vue.md | 12 +------ static/usage/v7/textarea/autogrow/vue.md | 7 +--- static/usage/v7/textarea/basic/vue.md | 7 +--- static/usage/v7/textarea/clear-on-edit/vue.md | 7 +--- static/usage/v7/textarea/fill/vue.md | 7 +--- .../usage/v7/textarea/label-placement/vue.md | 7 +--- static/usage/v7/textarea/label-slot/vue.md | 7 +--- .../usage/v7/textarea/no-visible-label/vue.md | 7 +--- .../usage/v7/textarea/start-end-slots/vue.md | 16 +--------- static/usage/v7/textarea/theming/vue.md | 7 +--- static/usage/v7/thumbnail/basic/vue.md | 7 +--- static/usage/v7/thumbnail/item/vue.md | 7 +--- .../thumbnail/theming/css-properties/vue.md | 7 +--- static/usage/v7/title/basic/vue.md | 7 +--- .../collapsible-large-title/basic/vue.md | 7 +--- .../collapsible-large-title/buttons/vue.md | 7 +--- .../v7/title/theming/css-properties/vue.md | 7 +--- static/usage/v7/toast/icon/vue.md | 11 +------ static/usage/v7/toast/inline/basic/vue.md | 14 +------- static/usage/v7/toast/position-anchor/vue.md | 15 +-------- static/usage/v7/toggle/alignment/vue.md | 9 +----- static/usage/v7/toggle/basic/vue.md | 7 +--- static/usage/v7/toggle/justify/vue.md | 7 +--- static/usage/v7/toggle/label-placement/vue.md | 7 +--- static/usage/v7/toggle/list/vue.md | 7 +--- static/usage/v7/toggle/on-off/vue.md | 7 +--- static/usage/v7/toggle/theming/colors/vue.md | 7 +--- .../v7/toggle/theming/css-properties/vue.md | 7 +--- .../v7/toggle/theming/css-shadow-parts/vue.md | 7 +--- static/usage/v7/toolbar/basic/vue.md | 7 +--- static/usage/v7/toolbar/buttons/vue.md | 10 +----- static/usage/v7/toolbar/progress-bars/vue.md | 7 +--- static/usage/v7/toolbar/searchbars/vue.md | 7 +--- static/usage/v7/toolbar/segments/vue.md | 7 +--- static/usage/v7/toolbar/theming/colors/vue.md | 7 +--- .../v7/toolbar/theming/css-properties/vue.md | 7 +--- 314 files changed, 320 insertions(+), 2127 deletions(-) diff --git a/static/usage/v7/accordion/accessibility/animations/vue.md b/static/usage/v7/accordion/accessibility/animations/vue.md index 05847edab7b..21f76f629fb 100644 --- a/static/usage/v7/accordion/accessibility/animations/vue.md +++ b/static/usage/v7/accordion/accessibility/animations/vue.md @@ -22,16 +22,7 @@ - ``` diff --git a/static/usage/v7/accordion/basic/vue.md b/static/usage/v7/accordion/basic/vue.md index 8ac8c6bbeec..1cca6c2afef 100644 --- a/static/usage/v7/accordion/basic/vue.md +++ b/static/usage/v7/accordion/basic/vue.md @@ -22,17 +22,7 @@ - ``` diff --git a/static/usage/v7/accordion/customization/advanced-expansion-styles/vue.md b/static/usage/v7/accordion/customization/advanced-expansion-styles/vue.md index 5e8e8da6925..6f01efaec15 100644 --- a/static/usage/v7/accordion/customization/advanced-expansion-styles/vue.md +++ b/static/usage/v7/accordion/customization/advanced-expansion-styles/vue.md @@ -22,18 +22,8 @@ - ``` diff --git a/static/usage/v7/list-header/basic/vue.md b/static/usage/v7/list-header/basic/vue.md index b7d6980e400..d891af18198 100644 --- a/static/usage/v7/list-header/basic/vue.md +++ b/static/usage/v7/list-header/basic/vue.md @@ -22,12 +22,7 @@ - ``` diff --git a/static/usage/v7/list-header/buttons/vue.md b/static/usage/v7/list-header/buttons/vue.md index 704e94f057a..94ca0cda062 100644 --- a/static/usage/v7/list-header/buttons/vue.md +++ b/static/usage/v7/list-header/buttons/vue.md @@ -23,12 +23,7 @@ - ``` diff --git a/static/usage/v7/list-header/lines/vue.md b/static/usage/v7/list-header/lines/vue.md index 6ec522dd8a4..06f43b5cbf1 100644 --- a/static/usage/v7/list-header/lines/vue.md +++ b/static/usage/v7/list-header/lines/vue.md @@ -37,12 +37,7 @@ - ``` diff --git a/static/usage/v7/list-header/theming/colors/vue.md b/static/usage/v7/list-header/theming/colors/vue.md index b20672dd78f..ddf26984441 100644 --- a/static/usage/v7/list-header/theming/colors/vue.md +++ b/static/usage/v7/list-header/theming/colors/vue.md @@ -32,12 +32,7 @@ - ``` diff --git a/static/usage/v7/list-header/theming/css-properties/vue.md b/static/usage/v7/list-header/theming/css-properties/vue.md index c56d482c2a2..572b4155e28 100644 --- a/static/usage/v7/list-header/theming/css-properties/vue.md +++ b/static/usage/v7/list-header/theming/css-properties/vue.md @@ -5,13 +5,8 @@ -