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
+2
View File
@@ -1,4 +1,6 @@
<script setup lang="ts">
import VanCircle from '..';
import VanButton from '../../button';
import { ref } from 'vue';
import { useTranslate } from '../../../docs/site/use-translate';