zydx-plus 1.33.378 → 1.33.379

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.33.378",
3
+ "version": "1.33.379",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -110,6 +110,7 @@ export default {
110
110
  .replace(/<span style="text-indent: 2em;">/g, '')
111
111
  .replace(/<\/span>/g, '')
112
112
  .replace(/&nbsp;/g, ' ')
113
+ .replace(/<br>/g, '\n')
113
114
  // 如果br后边没有内容,就去掉br
114
115
  if (br.indexOf('\n') !== -1) {
115
116
  const arr = br.split('\n')
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.378',
86
+ version: '1.33.379',
87
87
  install,
88
88
  Calendar,
89
89
  Message,