
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
git add .无效git commit -m提交无效 git提交无效
mac上更改vscode快捷键

reactive赋值无效!reactive 不要直接data=赋值!!!会丢失响应式的

工欲善其事必先利其器安装步骤.........1.中文包Chinese (Simplified) Language Pack for Visual Studio Code2.自动闭合标签Auto Close Tag3.同步修改标签Auto Rename Tag4.高亮代码的回调,括号的区域范围Bracket Pair Colorizer4.支持多中代码的执行Code Runner5.直观得看到你设

原文:https://www.cnblogs.com/laden666666/p/5544572.html做前后分离的webapp开发的时候,出于一些原因往往需要将浏览器设置成支持跨域的模式,好在chrome浏览器就是支持可跨域的设置,网上也有很多chrome跨域设置教程。但是新版本的chrome浏览器提高了跨域设置的门槛,原来的方法不再适用了。下面笔者简单介绍一下新版本chrome的跨域设置方法
解决vue-pdf报错TypeError: Cannot read properties of undefined (reading 'catch')
github链接1.先下载npm i browser-md5-file -S2.在使用的vue页面引入和声明方法import BMF from 'browser-md5-file'const bmf = new BMF()3.使用方法:function handle(e) {const file = e.target.files[0];bmf.md5(file,(err, md5) => {
一、Vuex基本使用1.下载vuex依赖npm install vuex --save2.在src/store/index.js下引入使用import Vue from 'vue'import Vuex from 'vuex'Vue.use(Vuex)export default new Vuex.Store({state: {},mutations: {},actions: {},modules
import store from '../store'let baseUrl = ''let isExisited = falseconst $https = {}switch (process.env.NODE_ENV) {case 'development':// 公共的地址开发/* #ifdef MP-WEIXIN */baseUrl = 'https://www.zuihuibao.cn
借鉴https://blog.csdn.net/aaa333qwe/article/details/79025336往浏览器里面储存数据localStorage.setItem(‘todos’, JSON.stringify(value))读取const list = JSON.parse(localStorage.getItem(‘todos’)) || []







