摘要: 文中介绍简单动画 更多动画 Animate.css 插件 只有一个元素 <div> <button @click="isShow=!isShow">显示/隐藏</button> <!-- appear 页面加载完成就执行动画 --> <transition name="hello" appear> 阅读全文
posted @ 2022-09-22 10:18 往暮 阅读(27) 评论(0) 推荐(0)
摘要: 1.安装axios npm install axios 2.找到 vue.config.js module.exports = { transpileDependencies: true, lintOnSave: false, //关闭语法检查 //开启代理服务器(方式一) // 5000是后台的端 阅读全文
posted @ 2022-09-22 10:03 往暮 阅读(770) 评论(0) 推荐(0)