详解Vue底部导航栏组件
不多说直接上代码 BottomNav.vue: templatediv class="footer"div v-for='(item,index) of items' :class='[item.cls,{on:index === idx}]' @click="$router.push(item.push)"img :src="index===idxitem.ic...
不多说直接上代码 BottomNav.vue: templatediv class="footer"div v-for='(item,index) of items' :class='[item.cls,{on:index === idx}]' @click="$router.push(item.push)"img :src="index===idxitem.ic...
1. 简介 AOP (Aspect Oriented Programming) ,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。AOP是OOP的延续,是函数...
前言 前段时间在用iView做个项目,其中需要使用自定义的右键菜单,然后去官网找了一下,发现有个Dropdown的组件,便想着能不能用来做个右键菜单的组件...
transition动画 //使用动画库animate.csstransition enter-active-class='animated bounceIn' leave-active-class='animated bounceOut' :duration='200'//其中duration是绑定动画的时间 统一设置...
auto-vue-file auto create .vue file by shell command 通过终端自动创建vue文件 前言: 1: 我们在写xxx.vue页面文件的时候,一般都要写这些重复的代码: template div class...
入门篇 本篇文章涉及到的技术有spring、springmvc、mybatis、mysql、xml、maven、jsp、javase、javaweb、eclipse 下面开始本篇文章的教程 一、新建maven项目 一般通过这种...