摘要: (1)通过npm安装: npm install wowjs --save-dev (2)在main.js中引入animate.css import 'animate.css' (3)页面html中 <div class="wow slideInUp" ></div> (4) js中 import { 阅读全文
posted @ 2020-04-15 16:32 笨笨白 阅读(902) 评论(0) 推荐(0) 编辑
摘要: 想实现一种效果,当点击‘Echart’时, router-view中不渲染,而是打开新窗口,并且这个页面脱离router-view,独立显示。 那么 router/index.js中需要 import Vue from 'vue';import Router from 'vue-router';im 阅读全文
posted @ 2020-04-15 16:13 笨笨白 阅读(4674) 评论(1) 推荐(0) 编辑