Commit fc7d7bf6 by 陈超

A

parent 1925dbbd
......@@ -35,6 +35,7 @@
</li>
</ul>
</nav> -->
<div id="nav">
<van-tabbar
v-model="active"
@change="onChange"
......@@ -68,9 +69,10 @@
</template>
</van-tabbar-item>
</van-tabbar>
</div>
<script type="text/javascript">
new Vue({
el: '#app',
el: '#nav',
data: function() {
return {
active: 0
......
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