have-not-BUG
have-not-BUG
我的也出现这个问题 也是ios11.4 @zhouxinyong @wuchangming 在https://github.com/wuchangming/spy-debugger/issues/42 中 @9zdata 也反馈了这个问题
@wuchangming 感谢 解决了
@wuchangming 大佬,好。 貌似设置成功后 可以调试https远程页面和本地的http网页,有的http远程页面可以调试,有的不可以。(我指的调试是指在weinre页面调试这部分),晚点我把可以调试和不可以调试的网址列出来
@wuchangming 找到解决方法了 更换非ios浏览器就可以。
[预览地址](https://have-not-bug.github.io/onlineResume/6-resume/dist/#/) [代码](https://github.com/have-not-BUG/onlineResume/tree/master/6-resume) LC
[webpack-demo](https://github.com/have-not-BUG/onlineResume/tree/master/webpack-demo) LC
[预览地址](https://have-not-bug.github.io/onlineResume/4-No%20Backend/page.html) [代码 ](https://github.com/have-not-BUG/onlineResume/tree/master/4-No%20Backend) by:LC 方方老师辛苦了~
 [代码地址](https://github.com/have-not-BUG/onlineResume/tree/master/6-resume) [代码预览地址](https://have-not-bug.github.io/onlineResume/6-resume/dist/#/) LC
* 1、 现在你在页面左边修改 resume,会发现 ResumePreview 不会自动更新,你该怎么办呢? 解决方法:在[ResumeEditor.vue](https://github.com/have-not-BUG/onlineResume/blob/master/6-resume/src/components/ResumeEditor.vue) 文件中第二十行代码 ``` ``` 加 ```v-model="subitem[key]" ``` 让input双向绑定数据即可: ``` {{key}} //此处未双向绑定数据 ``` * 2、在多个文件 import vue,会怎样? 这个不是很清楚,老师可以给我们讲讲哦~ * 3、为什么要写 white-space: pre-line; white-space: pre-line的作用是合并空白符序列,但是保留换行符、``````及填充line盒子时也会换行。 我们这里不加的话,...
[预览地址](https://have-not-bug.github.io/onlineResume/5-No%20Backend2/page.html) [代码地址](https://github.com/have-not-BUG/onlineResume/tree/master/5-No%20Backend2) by:LC 老师辛苦了~