cloud-web-corejs 1.0.54-dev.536 → 1.0.54-dev.538

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.
@@ -349,6 +349,7 @@ export default {
349
349
  disabled: "禁用",
350
350
  hidden: "隐藏",
351
351
  textContent: "静态文字",
352
+ preWrap: '自动换行',
352
353
  htmlContent: "HTML",
353
354
  clearable: "可清除",
354
355
  editable: "可输入",
@@ -80,6 +80,16 @@ export const constantRoutes = [
80
80
  },
81
81
  },
82
82
 
83
+ {
84
+ path: "/test_univer2",
85
+ component: () =>
86
+ import("@/views/test/test_univer2.vue"),
87
+ name: "test_univer2",
88
+ meta: {
89
+ title: "测试excel",
90
+ },
91
+ },
92
+
83
93
  // {
84
94
  // path: "/test_table",
85
95
  // component: () =>