mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
fix(create-vant-cli-app): missing demo registration (#10839)
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user