Results 3 comments of 龙柏龙

[预览](https://boloog.github.io/vue-resumer/dist/index.html#/) [源码](https://github.com/boloog/vue-resumer)

1. Q:现在你在页面左边修改 resume,会发现 ResumePreview 不会自动更新,你该怎么办呢? A:在`ResumeEditor.vue` 18行的 `input` 添加 `v-model`指令在表单控件上使用双向绑定,`` 2. [源码](https://github.com/boloog/vue-resumer) [预览](https://boloog.github.io/vue-resumer/dist/index.html#/) 3. Q:多次 `import` 同一个文件,会怎样? A:Module build failed: Duplicate declaration "xxxx" Q:为什么要写 `white-space: pre-line;` A:`white-space: pre-line;` // 合并空白符序列,但是保留换行符。花括号外面要用...

[源码](https://github.com/boloog/vue-resumer) [预览](https://boloog.github.io/vue-resumer/dist/index.html#/)