Simon Zhang

Results 22 comments of Simon Zhang

可以的,多个路由指向这同一个页面,然后在页面内通过router名来判断显示

@lidaiU0 在terminal里面cd到当前目录,然后输入命令`npm run dev`就可以自动启动服务器并打开页面了

@lidaiU0 不客气。这个报错是因为没有安装依赖,你运行一下命令`npm i vuex -D` 再重新启动就可以了

@kemplaw 不是很明白,添加全局组件的方式不变的呀,这个和ts无关的

感谢你的反馈 他抄没抄我不清楚 但是我的文章一定是我本人写的 > 在 2018年7月10日,下午2:36,suweiteng 写道: > > 最近看了一篇文章,和这篇相似度很高,是您本人写的吗?还是他抄的您的?https://mp.weixin.qq.com/s/bHtjzdxjRB-EkRFP8gCMFg > — > You are receiving this because you authored the thread. > Reply to this email directly, view it...

@yajore 你说的对,关于微信在ios上面的标题问题,我之前也研究过,使用iframe也解决不了,有点头疼...

@Liqihan 奇了怪了,咱俩写的代码一样一样的,但是我记得我之前测试不行的呀-.- ```javascript function wxSetTitle(title) { document.title = title; var mobile = navigator.userAgent.toLowerCase(); if (/iphone|ipad|ipod/.test(mobile)) { var iframe = document.createElement('iframe'); iframe.style.visibility = 'hidden'; iframe.setAttribute('src', 'loading.png'); var iframeCallback = function() {...

@chang0022 谢谢你的支持,这个项目可能还会做一些优化或者加一些功能的^_^