success-cg
Results
2
comments of
success-cg
[完善resumeEditor](https://18810666595.github.io/vue-resume/resumer/dist/#/) [demo](https://github.com/18810666595/vue-resume/tree/master/resumer)
**问题一**: 在页面左边修改 resume,会发现 ResumePreview 不会自动更新,你该怎么办呢 修改input为双向绑定: 原来的:`` 修改后的:`` **问题二**:多次 import 同一个文件会怎么样? webpack不会重复打包多次import的重复模块,webpack 在处理依赖关系的时候,会给模块分配个 id,同一模块只会写入打包文件一次。 **问题三**:`white-space: pre-line`的作用? 多个空格会合并,换行会保留,帮助用户去掉输入过程中连续输入的空格 [效果预览](https://18810666595.github.io/vue-resume/resumer/dist/#/) [demo](https://github.com/18810666595/vue-resume/tree/master/resumer)