fix: hmr multiple registered components

This commit is contained in:
vben
2020-10-27 21:53:53 +08:00
parent a1b9902b97
commit 7a6181e8c7
3 changed files with 10 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
moment.locale('zh-cn');
export default defineComponent({
name: 'App',
name: 'App1',
components: { ConfigProvider },
setup() {
useInitAppConfigStore();