logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

avue一些隐藏的配置

列表点击默认编辑功能的时候隐藏editDisplay: false。列表点击默认增加功能的时候隐藏addDisplay: false。filterNull设置为true返回的对象不会包含空数据的字段。filterDic设置为true返回的对象不会包含$前缀的数据。...

#前端
Stylelint: Unknown word (CssSyntaxError)

Vue3 显示Stylelint: Unknown word (CssSyntaxError)原因:Stylelint是14版本不兼容vue3,Stylelint降级到13版本

#前端
vuecli配置sass全局变量报错 options has an unknown property 'data'. These properties are valid: object

报错信息:ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema.options has an unknown property ‘data’. These properties ar...

Vue3使用setup时使用name属性(自参)

可以这样写,在vben-admin框架里面使用缓存路由时有效<script setup lang="ts" name="xxx"></script>还可以写两个script<script>export default {name: 'xxx',}</script><script setup>// script setup logic&lt

#vue.js
tailwindcss在Vue2使用,不生效解决

直接安装npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9创建postcss.config.js// postcss.config.jsmodule.exports = {plugins: {tailwindcss: {},autoprefixer: {},}}创建tailwi

文章图片
#vue.js#前端
vue-router的base配置项解释

new Router({mode: 'history', // 访问路径不带#号base: '/page/app',// 配置单页应用的基路径});页面这样访问 http://localhost:8080/page/app/ 和 http://localhost:8080/ 访问的效果是一样的。...

tailwindcss在Vue2使用,不生效解决

直接安装npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9创建postcss.config.js// postcss.config.jsmodule.exports = {plugins: {tailwindcss: {},autoprefixer: {},}}创建tailwi

文章图片
#vue.js#前端
Vue3前端h5移动端页面预览PDF使用pdfjs-dist,添加自定义文本水印

【代码】Vue3前端h5移动端页面预览PDF使用pdfjs-dist,添加自定义文本水印。

文章图片
#前端
mac安装nvm卡住以及链接443问题

终端执行命令按照克隆项目https://gitee.com/mirrors/nvm.git到/.nvm位置,并切换到/.nvm目录,切换到https://gitee.com/mirrors/nvm.git项目最新版本分支git clone https://gitee.com/mirrors/nvm.git ~/.nvm && cd ~/.nvm && git che

    共 11 条
  • 1
  • 2
  • 请选择