vue简单 tabbar封装

TabBar.vue <template>  <div id="tab-bar">    <slot></slot>  </div> </template> ​ <script> export default {}; </script> ​ <style> #tab-bar {  display: flex;  text-align: center;  height: 49px;  
相关文章
相关标签/搜索