随笔分类 -  JavaScript

摘要:恢复内容开始 阿里字体批量导入:var iconList = document.querySelectorAll('.icon-gouwuche1'); for (var i = 0; i < iconList.length; i++) { iconList[i].click(); } 移动端使用 阅读全文
posted @ 2020-07-29 15:53 appdesign 阅读(1262) 评论(0) 推荐(0)
摘要:子组件中: props:['mx_item'], 父组件中: import jzitem from '@/components/zj-item/zj-item.vue' //导入组件 export default{ components:{ jzitem //注册组件 }, methods:{ ge 阅读全文
posted @ 2020-07-28 15:23 appdesign 阅读(90) 评论(0) 推荐(0)