tianheng-ui 0.1.31 → 0.1.32

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.1.31",
4
+ "version": "0.1.32",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -186,11 +186,11 @@ export default {
186
186
  this.$emit("click", val, data);
187
187
  },
188
188
  handleDialogOpen(action, data = {}) {
189
- if (action === "preview") {
190
- const { href } = this.$router.resolve({ path: "" });
191
- window.open(href, "_blank");
192
- return;
193
- }
189
+ // if (action === "preview") {
190
+ // const { href } = this.$router.resolve({ path: "" });
191
+ // window.open(href, "_blank");
192
+ // return;
193
+ // }
194
194
  switch (action) {
195
195
  case "generateJson":
196
196
  const configText = JSON.stringify(this.config, null, 2);