fix(create-vant-cli-app): missing demo registration (#10839)

This commit is contained in:
neverland
2022-07-23 18:11:48 +08:00
committed by GitHub
parent 11d25a0b0e
commit b6c8d3f39f

View File

@@ -7,3 +7,7 @@
<demo-button color="#03a9f4" style="margin-left: 15px">按钮</demo-button>
</demo-block>
</template>
<script setup>
import DemoButton from '../index.vue';
</script>