09 2022 档案
摘要:注意: 1.模板一定是英文名 2.使用相对于index.html的路径 3.a标签同理 <a href="./static/template.xlsx" download="模板.xlsx"></a> 第一步: vue2.0版本的在项目根目录下的static文件夹,放入“文件模板.xlsx”文件。
阅读全文
摘要:文中介绍简单动画 更多动画 Animate.css 插件 只有一个元素 <div> <button @click="isShow=!isShow">显示/隐藏</button> <!-- appear 页面加载完成就执行动画 --> <transition name="hello" appear>
阅读全文
摘要:1.安装axios npm install axios 2.找到 vue.config.js module.exports = { transpileDependencies: true, lintOnSave: false, //关闭语法检查 //开启代理服务器(方式一) // 5000是后台的端
阅读全文
摘要:1.进入官网或者github下载源码 地址:https://github.com/fex-team/ueditor 推荐 git clone https://github.com/fex-team/ueditor.git 2.使用grunt编译 grunt是什么 全局安装grunt npm inst
阅读全文

浙公网安备 33010602011771号