03 2020 档案
摘要:Function.prototype.mycall = function() { const [context,...args] = arguments context = context||window context.__proto__.fn = this context.fn(...args)
阅读全文
摘要:router-link在vue中用来做路由跳转,等于是封装过的a标签,也可以转换成别的标签,最近项目中遇到一个问题,app.js中导入主页home组件 1 <div id="app"> 2 <div id="nav"> 3 <Home></Home> 4 </div> 5 <router-view
阅读全文
浙公网安备 33010602011771号