]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
refactor: add `Icon` prefix to icon components
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 23 Aug 2021 07:53:07 +0000 (15:53 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 23 Aug 2021 07:53:07 +0000 (15:53 +0800)
commitd8d928cc963eda28d44c49c1959174ade58de305
treee24aa8b6c987c4f126ddc2a3d0a657a3bc99de2e
parent28ae1629038a17ec2a16bb95776ce621bef8ce88
refactor: add `Icon` prefix to icon components

Following the naming convention from <https://vuejs.org/v2/cookbook/editable-svg-icons.html>
36 files changed:
template/code/default/src/App.vue
template/code/default/src/components/ColorSchemeSwitch.vue
template/code/default/src/components/icons/IconCommunity.vue [moved from template/code/default/src/components/icons/Community.vue with 100% similarity]
template/code/default/src/components/icons/IconDocumentation.vue [moved from template/code/default/src/components/icons/Documentation.vue with 100% similarity]
template/code/default/src/components/icons/IconEcosystem.vue [moved from template/code/default/src/components/icons/Ecosystem.vue with 100% similarity]
template/code/default/src/components/icons/IconMoon.vue [moved from template/code/default/src/components/icons/Moon.vue with 100% similarity]
template/code/default/src/components/icons/IconSun.vue [moved from template/code/default/src/components/icons/Sun.vue with 100% similarity]
template/code/default/src/components/icons/IconSupport.vue [moved from template/code/default/src/components/icons/Support.vue with 100% similarity]
template/code/default/src/components/icons/IconTooling.vue [moved from template/code/default/src/components/icons/Tooling.vue with 100% similarity]
template/code/router/src/components/ColorSchemeSwitch.vue
template/code/router/src/components/icons/IconCommunity.vue [moved from template/code/router/src/components/icons/Community.vue with 100% similarity]
template/code/router/src/components/icons/IconDocumentation.vue [moved from template/code/router/src/components/icons/Documentation.vue with 100% similarity]
template/code/router/src/components/icons/IconEcosystem.vue [moved from template/code/router/src/components/icons/Ecosystem.vue with 100% similarity]
template/code/router/src/components/icons/IconMoon.vue [moved from template/code/router/src/components/icons/Moon.vue with 100% similarity]
template/code/router/src/components/icons/IconSun.vue [moved from template/code/router/src/components/icons/Sun.vue with 100% similarity]
template/code/router/src/components/icons/IconSupport.vue [moved from template/code/router/src/components/icons/Support.vue with 100% similarity]
template/code/router/src/components/icons/IconTooling.vue [moved from template/code/router/src/components/icons/Tooling.vue with 100% similarity]
template/code/router/src/views/Home.vue
template/code/typescript-default/src/App.vue
template/code/typescript-default/src/components/ColorSchemeSwitch.vue
template/code/typescript-default/src/components/icons/IconCommunity.vue [moved from template/code/typescript-default/src/components/icons/Community.vue with 100% similarity]
template/code/typescript-default/src/components/icons/IconDocumentation.vue [moved from template/code/typescript-default/src/components/icons/Documentation.vue with 100% similarity]
template/code/typescript-default/src/components/icons/IconEcosystem.vue [moved from template/code/typescript-default/src/components/icons/Ecosystem.vue with 100% similarity]
template/code/typescript-default/src/components/icons/IconMoon.vue [moved from template/code/typescript-default/src/components/icons/Moon.vue with 100% similarity]
template/code/typescript-default/src/components/icons/IconSun.vue [moved from template/code/typescript-default/src/components/icons/Sun.vue with 100% similarity]
template/code/typescript-default/src/components/icons/IconSupport.vue [moved from template/code/typescript-default/src/components/icons/Support.vue with 100% similarity]
template/code/typescript-default/src/components/icons/IconTooling.vue [moved from template/code/typescript-default/src/components/icons/Tooling.vue with 100% similarity]
template/code/typescript-router/src/components/ColorSchemeSwitch.vue
template/code/typescript-router/src/components/icons/IconCommunity.vue [moved from template/code/typescript-router/src/components/icons/Community.vue with 100% similarity]
template/code/typescript-router/src/components/icons/IconDocumentation.vue [moved from template/code/typescript-router/src/components/icons/Documentation.vue with 100% similarity]
template/code/typescript-router/src/components/icons/IconEcosystem.vue [moved from template/code/typescript-router/src/components/icons/Ecosystem.vue with 100% similarity]
template/code/typescript-router/src/components/icons/IconMoon.vue [moved from template/code/typescript-router/src/components/icons/Moon.vue with 100% similarity]
template/code/typescript-router/src/components/icons/IconSun.vue [moved from template/code/typescript-router/src/components/icons/Sun.vue with 100% similarity]
template/code/typescript-router/src/components/icons/IconSupport.vue [moved from template/code/typescript-router/src/components/icons/Support.vue with 100% similarity]
template/code/typescript-router/src/components/icons/IconTooling.vue [moved from template/code/typescript-router/src/components/icons/Tooling.vue with 100% similarity]
template/code/typescript-router/src/views/Home.vue