From: Haoqun Jiang Date: Mon, 23 Aug 2021 07:53:07 +0000 (+0800) Subject: refactor: add `Icon` prefix to icon components X-Git-Tag: v3.0.0-beta.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d928cc963eda28d44c49c1959174ade58de305;p=thirdparty%2Fvuejs%2Fcreate-vue.git refactor: add `Icon` prefix to icon components Following the naming convention from --- diff --git a/template/code/default/src/App.vue b/template/code/default/src/App.vue index ab188d52..381b2cf8 100644 --- a/template/code/default/src/App.vue +++ b/template/code/default/src/App.vue @@ -3,11 +3,11 @@ import HelloWorld from './components/HelloWorld.vue' import IntroductionItem from './components/IntroductionItem.vue' import ColorSchemeSwitch from './components/ColorSchemeSwitch.vue' -import DocumentationIcon from './components/icons/Documentation.vue' -import ToolingIcon from './components/icons/Tooling.vue' -import EcosystemIcon from './components/icons/Ecosystem.vue' -import CommunityIcon from './components/icons/Community.vue' -import SupportIcon from './components/icons/Support.vue' +import DocumentationIcon from './components/icons/IconDocumentation.vue' +import ToolingIcon from './components/icons/IconTooling.vue' +import EcosystemIcon from './components/icons/IconEcosystem.vue' +import CommunityIcon from './components/icons/IconCommunity.vue' +import SupportIcon from './components/icons/IconSupport.vue'