mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 13:38:18 +08:00
2dc177ffb3
* SFC parseComponent pads content with spaces when `{ pad: true }` is provided. That is, all content is converted to spaces. Previously, each line was truncated to "//". The new padding method works better with character-oriented tools that calculate positions by distance from the beginning of the file instead of by line number. * Made parseComponent's pad support "line" | "space" Also still supports true for backward compatibility. True is the same as "line". |
||
---|---|---|
.. | ||
vue-server-renderer | ||
vue-template-compiler | ||
weex-template-compiler | ||
weex-vue-framework |