摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>css实现三角形</title> 6 </head> 7 <body> 8 <div class="box"></div> 9 10 <di 阅读全文
posted @ 2020-07-21 21:47 伟笑 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 遇到如下提示问题,说明是版本问题,安装core-js的最新版本试试 npm install core-js 阅读全文
posted @ 2020-07-21 16:52 伟笑 阅读(11396) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue' import Router from 'vue-router' Vue.use(Router) //以下代码解决路由地址重复点击的报错问题 const originalPush = Router.prototype.push Router.prototyp 阅读全文
posted @ 2020-07-21 14:33 伟笑 阅读(3244) 评论(0) 推荐(0) 编辑