06 2021 档案

摘要:<template> <view class="content"> <view class="title-bar"> <view :class="selIndex==n?'selIndex':''" v-for="(i,n) in titleList" @click="selIndexs(n)" : 阅读全文
posted @ 2021-06-12 17:52 待炒的鱼 阅读(875) 评论(1) 推荐(1)
摘要:1、安装引入Animate.css npm install animate.css --save 2、在main.js中导入并全局使用Animate.css: import animated from 'animate.css' Vue.use(animated) <template> <div c 阅读全文
posted @ 2021-06-09 16:12 待炒的鱼 阅读(543) 评论(0) 推荐(0)
摘要://npm安装scrollReveal npm install scrollreveal //引入到组件中 import scrollReveal from ‘scrollreveal’; //在data中注册 data () { return { scrollReveal: scrollRevea 阅读全文
posted @ 2021-06-09 15:43 待炒的鱼 阅读(1323) 评论(0) 推荐(0)
摘要:首先下载 scrollReveal.js 文件并引入 链接:https://pan.baidu.com/s/12MsskovbVZ3EAMKcugu0zw 提取码:v18x 简单实例demon <!DOCTYPE html> <html lang="en"> <head> <meta charset 阅读全文
posted @ 2021-06-09 15:32 待炒的鱼 阅读(1235) 评论(0) 推荐(0)