this.$modal.loading("正在保存到本地,请稍候..."); this.$cache.local.set( "layout-setting", `{ "topNav":${this.topNav}, "tagsView":${this.tagsView}, "fixedHeader":${this.fixedHeader}, "sidebarLogo":${this.sidebarLogo}, "dynamicTitle":${this.dynamicTitle}, "sideTheme":"${this...
<el-menu-item index="/hot"><el-icon><tools /></el-icon>热销商品配置</el-menu-item> <el-menu-item index="/new"><el-icon><tools /></el-icon>新品上线配置</el-menu-item> <el-menu-item index="/recommend"><el-icon><tools /></el-icon>为你推荐配置</el-menu-item> </el-menu...
.env# 在所有的环境中被载入.env.local# 在所有的环境中被载入,但会被 git 忽略.env.[mode]# 只在指定的模式中被载入.env.[mode].local# 只在指定的模式中被载入,但会被 git 忽略 1 2 3 4 温馨提醒: 只有以VITE_开头的变量会被嵌入到客户端侧的包中,您可以项目代码中这样访问它们: ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
return 93 94 const error = errors[0] 95 const filename = error.file && error.file.split('!').pop() 96 97 notifier.notify({ 98 title: packageConfig.name, 99 message: severity + ': ' + error.name, 100 subtitle: filename || '', 101 icon: path.join(__dirname, 'logo.png') 10...
Vue drag-and-drop component based on Sortable.js. Contribute to SortableJS/Vue.Draggable development by creating an account on GitHub.
fit="fit"> </el-image> <el-row> <el-button type="primary" @click="onSubmit" round>生成词云</el-button> <el-button type="success" @click="onDownload" round>下载图片</el-button> </el-row> </template> 实现点击事件并发送请求 exportdefault { name: 'wordcloud', data() ...
1、准备一张icon.png图片保存在public目录下 2.安装electron-icon-builder npm i electron-icon-builder --D 3、在package.json的scripts文件中添加一条命令并保存: "electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=dist_electron --flatten" ...
在pwa插件安装成功后生成的文件包括:一些vue的logo图片、manifest.json、registerServiceWorker.js。 生成的vue的logo图片是示例图片,已经默认配置在了manifest.json中。registerServiceWorker.js是用来注册service worker的注册器,当然不使用这个生成的注册器也是可以的...
"win":{//win相关配置"icon":"./public/logo.ico",//图标,当前图标在根目录下,注意这里有两个坑"target":[{"target":"nsis",//利用nsis制作安装程序"arch":["x64",//64位]}]},"mac":{"icon":"./public/inv_tool.ico"},"nsis":{"oneClick":false,//是否一键安装"allowElevation":true,//...