Qi Li

Results 5 comments of Qi Li

bug场景重现:当被隐藏的标签 Tab 组件中有很多mip-img组件时(隐藏状态),页面第一次加载会请求所有的图片,导致http请求数过多,不利于性能优化,可以修复这个bug吗?

来看看有进展吗 😄

[预览](https://honohonoho.github.io/Vue.js-resumer/dist/#/) [代码](https://github.com/Honohonoho/Vue.js-resumer)

[预览](https://honohonoho.github.io/Vue.js-resumer/dist/#/) [代码](https://github.com/Honohonoho/Vue.js-resumer) 问题1 `` ` {{key}}` ` ` //将input设置为双向绑定 `` 或(v-model就是下面的语法糖,双向绑定 = 单向绑定 + UI 事件监听) `` ` {{key}}` ` ` //将input设置为双向绑定 `` 问题2: 多次import同一个文件,会提示‘Duplicate declaration “filename’的错误 问题3: 会合并连续的空格,换行会保留

[代码](https://github.com/Honohonoho/Vue.js-resumer) [预览](https://honohonoho.github.io/Vue.js-resumer/dist/#/) 有个小bug,登录、注册、登出后,topbar不会自动更新 "你好{{username}}",除非刷新页面,学到后面希望自己可以解决..