]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore: update router template with simplified folder structure
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 7 Sep 2021 07:34:05 +0000 (15:34 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 7 Sep 2021 07:34:05 +0000 (15:34 +0800)
commite6d3c57c000bd6a67555d3d1ab85acf34374784a
tree8a28f05fda1b9a8cde7758465dd40df048c201e3
parent17683e894bee052867a06992cd984c8c2790fcb1
chore: update router template with simplified folder structure
12 files changed:
template/code/router/src/App.vue
template/code/router/src/assets/base.css
template/code/router/src/components/ColorSchemeSwitch.vue [deleted file]
template/code/router/src/components/Welcome.vue [new file with mode: 0644]
template/code/router/src/components/WelcomeItem.vue [moved from template/code/router/src/components/IntroductionItem.vue with 100% similarity]
template/code/router/src/components/__tests__/ColorSchemeSwitch.spec.js [deleted file]
template/code/router/src/components/icons/IconMoon.vue [deleted file]
template/code/router/src/components/icons/IconSun.vue [deleted file]
template/code/router/src/composables/__tests__/useMediaQuery.spec.js [deleted file]
template/code/router/src/composables/useColorScheme.js [deleted file]
template/code/router/src/composables/useMediaQuery.js [deleted file]
template/code/router/src/views/Home.vue