zydx-plus 1.33.448 → 1.33.449

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.448",
3
+ "version": "1.33.449",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -3,7 +3,7 @@
3
3
  <template #content>
4
4
  <div class="paint" :id="ids">
5
5
  <div class="paint-title">
6
- <span>{{ title }}</span>
6
+ <span>插入白板</span>
7
7
  <div></div>
8
8
  </div>
9
9
  <div class="paint-cont">
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.448',
86
+ version: '1.33.449',
87
87
  install,
88
88
  Calendar,
89
89
  Message,