logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

安利一个js/vue/react图片编辑器filerobot-image-editor

引入 + 初始化 + 调用 = 可以使用了先上名字 filerobot-image-editor来自gitHubgithub地址: https://github.com/scaleflex/filerobot-image-editor引入方式方法1在html中直接使用<script src="https://cdn.scaleflex.it/plugins/filerobot-image-e

#javascript#vue.js#html +1
vue项目版本更新用户页面缓存

1,创建version.json2,修改vue.config.js3,恰当时机判断版本号,控制reload()

#vue.js#前端#javascript
vite&vue3中使用批量导入 import.meta.glob import.meta.globEager

vite glob-import 官方文档1.引入库以 Vuex4+ 批量导入store模块为例假设有如下目录结构代码:import { createStore } from 'vuex'导入模块const files = import.meta.glob('./module/*.js')或者const files = import.meta.globEager('./module/*.js')注

到底了