refactor(@vant/cli): remove component auto registration

This commit is contained in:
chenjiahan
2021-09-05 16:14:22 +08:00
parent b4be171028
commit 911d0669de
68 changed files with 172 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { h, defineComponent } from 'vue';
import Locale from '../src/locale';
import { mount, later } from '.';
import { initDemoLocale } from '../docs/site/demo-locale';
import { initDemoLocale } from '../docs/site/use-translate';
initDemoLocale();