]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
refactor: use multi-word component names
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 18 Nov 2021 06:34:18 +0000 (14:34 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 18 Nov 2021 06:34:18 +0000 (14:34 +0800)
commitee1cc5bc69d4838ed83bdc4bd9da703f2e1dc5bd
tree42b5a144fc0315a5b7e4070251f8224655d41c3a
parentdedb318c5f553614bcda0ff02626a376eb16d79b
refactor: use multi-word component names

so that it won't encounter lint errors when using eslint-plugin-vue's
recommended ruleset.
12 files changed:
template/code/default/src/App.vue
template/code/default/src/components/TheWelcome.vue [moved from template/code/default/src/components/Welcome.vue with 100% similarity]
template/code/router/src/components/TheWelcome.vue [moved from template/code/router/src/components/Welcome.vue with 100% similarity]
template/code/router/src/router/index.js
template/code/router/src/views/AboutView.vue [moved from template/code/router/src/views/About.vue with 100% similarity]
template/code/router/src/views/HomeView.vue [moved from template/code/router/src/views/Home.vue with 52% similarity]
template/code/typescript-default/src/App.vue
template/code/typescript-default/src/components/TheWelcome.vue [moved from template/code/typescript-default/src/components/Welcome.vue with 100% similarity]
template/code/typescript-router/src/components/TheWelcome.vue [moved from template/code/typescript-router/src/components/Welcome.vue with 100% similarity]
template/code/typescript-router/src/router/index.ts
template/code/typescript-router/src/views/AboutView.vue [moved from template/code/typescript-router/src/views/About.vue with 100% similarity]
template/code/typescript-router/src/views/HomeView.vue [moved from template/code/typescript-router/src/views/Home.vue with 52% similarity]