@opendesign-plus-test/components 0.0.1-rc.93 → 0.0.1-rc.95

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.
@@ -140,7 +140,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
140
140
  return;
141
141
  }
142
142
  try {
143
- meetingData.value = [];
144
143
  const res = await props.getMeetingListRequest(params.date, group.value, "");
145
144
  meetingData.value = res.map((v) => {
146
145
  return {
@@ -259,7 +259,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
259
259
  createElementVNode("div", _hoisted_3, [
260
260
  createVNode(_sfc_main$2, null, {
261
261
  default: withCtx(() => [
262
- createElementVNode("span", _hoisted_4, toDisplayString((item.topic || item.name || item.title).repeat(3)), 1)
262
+ createElementVNode("span", _hoisted_4, toDisplayString(item.topic || item.name || item.title), 1)
263
263
  ]),
264
264
  _: 2
265
265
  }, 1024)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendesign-plus-test/components",
3
- "version": "0.0.1-rc.93",
3
+ "version": "0.0.1-rc.95",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -44,8 +44,8 @@
44
44
  "vue-dompurify-html": "^3.1.2",
45
45
  "vue": "^3.5.13",
46
46
  "element-plus": "2.13.1",
47
- "@opendesign-plus/composables": "0.0.1-rc.10",
48
- "@opendesign-plus/styles": "0.0.1-rc.2"
47
+ "@opendesign-plus/styles": "0.0.1-rc.2",
48
+ "@opendesign-plus/composables": "0.0.1-rc.10"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@vitejs/plugin-vue": "^5.2.1",