mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(create-vant-cli-app): missing demo registration (#10839)
This commit is contained in:
parent
11d25a0b0e
commit
b6c8d3f39f
@ -7,3 +7,7 @@
|
|||||||
<demo-button color="#03a9f4" style="margin-left: 15px">按钮</demo-button>
|
<demo-button color="#03a9f4" style="margin-left: 15px">按钮</demo-button>
|
||||||
</demo-block>
|
</demo-block>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import DemoButton from '../index.vue';
|
||||||
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user