Commit a13d9f1a by 李嘉林

暂存

parent 3e3a02a6
<template> <template>
<div class="domain"> <div class="domain">
abc abc
<banner id="banner" :datas="componentsList[0]"></banner> <Banner id="banner" :datas="componentsList[0]"></Banner>
<div class="domain">abc <div class="domain">abc
<van-button type="primary">按钮</van-button> <van-button type="primary">按钮</van-button>
</div> </div>
</div>
</template> </template>
<script> <script>
......
{ {
"usingComponents": { "usingComponents": {
"banner": "../../../static/nativeComponents/banner/index", "Banner": "../../../static/nativeComponents/Banner/index",
"van-button": "/static/vant/button/index" "van-button": "/static/vant/button/index"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment