04 2021 档案

摘要:语法 _.template([string=''], [options={}]) 创建一个已编译的模板函数,该函数可以在 interpolate 分隔符中插入数据属性,在 escape 分隔符中插入 HTML escape interpolated 数据属性,并在 evaluate 分隔符中执行 J 阅读全文
posted @ 2021-04-23 16:37 guangzan 阅读(789) 评论(0) 推荐(0)
摘要:使用步骤 1.安装 npm i --save @fortawesome/fontawesome-svg-core Using Vue 2.x $ npm i --save @fortawesome/vue-fontawesome@latest Using Vue 3.x npm i --save @ 阅读全文
posted @ 2021-04-23 13:50 guangzan 阅读(440) 评论(0) 推荐(0)
摘要:使用步骤 npm i amfe-flexible postcss-px2rem -D /vue.config.js const px2rem = require('postcss-px2rem') module.exports = { // ... css: { loaderOptions: { p 阅读全文
posted @ 2021-04-23 09:52 guangzan 阅读(80) 评论(0) 推荐(0)