摘要: 需要的资源 wowjs 依赖animate.css 需要单独安装 wowjs githup 地址 https://github.com/matthieua/WOW#readme npm 地址 https://github.com/animate-css/animate.css animate.css 阅读全文
posted @ 2020-07-17 11:28 酒北 阅读(1497) 评论(0) 推荐(0) 编辑
摘要: <!-- 示例一 --> <text>{{message}}</text> <!-- 示例二 --> <text> {{message}} </text> 示例二 微信小程序text标签会解析空格换行, 所以尽量不要在text中进行换行 不然样式会炸掉、 别问我怎么知道的 代码自动格式化 会很酸爽 阅读全文
posted @ 2020-08-25 21:16 酒北 阅读(179) 评论(0) 推荐(0) 编辑
摘要: /* 类型 基本类型 String Number boolean null undefined 引用类型(对象类型) Function(特殊的对象 可被执行) Object Array(特殊的对象 内部是有序的) 判断方法 typeof 返回对应类型的字符串 小写 可以判断 string numbe 阅读全文
posted @ 2020-08-06 09:51 酒北 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 原文章地址 https://blog.csdn.net/zuggs_/article/details/84784933 callee https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/argumen 阅读全文
posted @ 2020-07-20 21:41 酒北 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 官方文档 https://cn.vuejs.org/v2/guide/components-slots.html 先上代码 父组件 <template> <div class="view-container"> <div class="zs"> <p>我是父组件</p> <HD :name="'12 阅读全文
posted @ 2020-07-20 12:13 酒北 阅读(190) 评论(0) 推荐(0) 编辑