vue2-client 1.15.52 → 1.15.53

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": "vue2-client",
3
- "version": "1.15.52",
3
+ "version": "1.15.53",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -160,7 +160,7 @@ export default {
160
160
  width: this.width,
161
161
  height: this.height,
162
162
  extra: this.extra,
163
- preview: true,
163
+ preview: false,
164
164
  html: document.getElementById(this.id).innerHTML
165
165
  }).then(() => {
166
166
  this.$emit('ok')