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

bugfix: dropdown not found

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