1.1.2 • Published 7 years ago

vue-bottom-nav v1.1.2

Weekly downloads
22
License
-
Repository
-
Last release
7 years ago

vue-bottom-nav

vue 底部导航组件

使用

# 使用npm安装
npm install vue-bottom-nav
// 引入 
import BottomNav from 'vue-bottom-nav' 
Vue.use(BottomNav)
<!-- 在template使用 -->
<bottom-nav active="1">
  <item-nav @click="note" index="1"><p>笔记</p></item-nav>
  <item-nav @click="person" index="2"><p>我的</p></item-nav>
</bottom-nav>

API

参数#
activebottom-nav中添加,确定哪个是激活
indexitem-nav中添加,不添加没有激活效果
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.1

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago