Commit 2e7e8d3a authored by 北桥's avatar 北桥

bugfix: dropdown not found

parent 66a7013c
......@@ -663,6 +663,13 @@
{
"root": "pages/componentsB",
"pages": [
// dropdown-下拉菜单
{
"path": "dropdown/index",
"style": {
"navigationBarTitleText": "dropdown-下拉菜单"
}
},
// tabbar-底部导航栏
{
"path": "tabbar/index",
......
......@@ -36,12 +36,13 @@
:mid-button="midButton"
:inactive-color="inactiveColor"
:activeColor="activeColor"
:hideTabBar="false"
></u-tabbar>
</view>
</template>
<script>
export default {
export default {
data() {
return {
current: 0,
......@@ -123,11 +124,11 @@
this.midButton = !index;
}
}
}
}
</script>
<style scoped lang="scss">
.u-demo-area {
.u-demo-area {
margin: 0 -40rpx;
}
}
</style>
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