komolei
Results
1
comments of
komolei
1. 现在你在页面左边修改 resume,会发现 ResumePreview 不会自动更新,你该怎么办呢? 在ResumeEditor中的``中加上双向绑定v-model,改写成`` 2. [源码](https://github.com/komolei/vue/tree/master/resumer) [预览](https://komolei.github.io/vue/resumer/dist/index.html#/) 3. Q: 多次 import 同一个文件,会怎样? A: 会报错:Module build failed;webpack不会重复打包,重复的话,只会引入已经打包好的[参考](http://www.jianshu.com/p/aa679dec44c9) Q: 为什么要写 `white-space: pre-line`; A: 合并空白符序列,但是保留换行符。