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