logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vscode提示‘Vetur find `tsconfig.json`/`jsconfig.json`, but they aren‘t in the project root.’

#1 问题1、vetur0.31.0,无法格式化.vue文件2020-12-10 已经发布了 0.31.1 版本(Fix Vetur can’t format),安装新版即可(如果不会安装插件的固定版本,请看最后)。#2 Vetur find tsconfig.json/jsconfig.json, but they aren’t in the project root.0.31.0版本新增了一个

Error: Redirected when going from “/login?redirect=%2Fdashboard“ to “/dashboard“ via a navigation

这个问题困扰很久。之前有看过一个写法// const originalPush = Router.prototype.push// Router.prototype.push = function push(location, onResolve, onReject) {//if (onResolve || onReject)//return originalPush.call(this, loc

configureWebpack和chainWebpack的配置方式

对象写法const path = require("path");function resolve(dir) {return path.join(__dirname, dir)}function getPlugins() {let plugins = []if (process.env.VUE_APP_ENV === 'test') {plugins.push(// 添加插件)}if (proce

Vue_button实现水波纹效果

目录结构:和调用方法index.js:import waves from './waves'const install = function(Vue) {Vue.directive('waves', waves)}if (window.Vue) {window.waves = wavesVue.use(install); // eslint-disable-l...

Vue拖拽Dialog组件实现

官网地址:https://cn.vuejs.org/v2/api/#directives

elementui自定义头部render-header

https://cn.vuejs.org/v2/guide/render-function.html官方api文档。。。参数配置-渲染函数大概效果就是增加模糊搜索。。然后列表展示。这种是直接显示-----<el-table-column><!-- 自定义表头 --><template slot="header" slo...

vue项目,代码部署之后,如何解决浏览器存在缓存问题

<meta http-equiv="pragram" content="no-cache"><meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">在nginx.conf页面添加如下代码:location = /index.html {add_header Cache-Co

vue-admin-element动态路由页面空白

本人踩坑日志1. { path: '*', redirect: '/404', hidden: true },在asyncRoutes动态路由最下面加入!![垃圾blog图片不能显示草-------](https://img-blog.csdnimg.cn/20200812154735945.jpeg?x-oss-process=image/watermark,type_ZmFuZ3poZW5na

vue-router.esm.js?8c4f:2008 Uncaught (in promise) Error: Redirected when going from “/login?redirect

vue-router.esm.js?8c4f:2008 Uncaught (in promise) Error: Redirected when going from "/login?redirect=%2Fhome" to "/home" via a navigation guard.解决办法:router/index.jsconst originalPush = VueRouter.proto

Vue项目从创建到发布的流程

只是我个人的操作流程创建一个新项目,个人webpack创建https://blog.csdn.net/Tom__cy/article/details/90213684创建完安装npm包 npm i or yarn add启动项目 npm run dev or yarn run dev安装自己需要的依赖个人一些基础的:axios:https://github.com/axios/...

    共 19 条
  • 1
  • 2
  • 请选择