08 2023 档案

摘要:src/directive/permission/index import Vue from 'vue' import buttonPermissions from './permission' // 注册全局指令 Vue.directive('permiss', buttonPermissions 阅读全文
posted @ 2023-08-24 10:15 卢老师不想编程 阅读(56) 评论(0) 推荐(0) 编辑
摘要:npm install nuxt-user-agent // nuxt.config.js modules: [ 'nuxt-user-agent', ] async asyncData({ $indexApi, store, route, $baseConfigId, $accessKey, $u 阅读全文
posted @ 2023-08-14 14:13 卢老师不想编程 阅读(451) 评论(0) 推荐(0) 编辑
摘要:module.exports = { plugins: { autoprefixer: {}, //给不同的浏览器添加前缀 'postcss-px-to-viewport': { unitToConvert: 'px', //需要转换的单位 viewportWidth: '375', //视窗的宽度 阅读全文
posted @ 2023-08-14 14:08 卢老师不想编程 阅读(445) 评论(0) 推荐(0) 编辑
摘要:npm install less@4.1.1 less-loader@7.3.0 --save-dev 阅读全文
posted @ 2023-08-02 15:39 卢老师不想编程 阅读(1578) 评论(0) 推荐(0) 编辑