st-comp 0.0.213 → 0.0.215

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": "st-comp",
3
3
  "public": true,
4
- "version": "0.0.213",
4
+ "version": "0.0.215",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -1,6 +1,6 @@
1
1
  <!-- 用户K线自定义配置 -->
2
2
  <script setup>
3
- import { ref, reactive, onMounted, inject } from "vue";
3
+ import { ref, reactive, onMounted, inject, watch } from "vue";
4
4
  import { getDefaultUserKlineConfig, sellBuyOptions, formatLabel } from "./config";
5
5
 
6
6
  const { request } = inject("stConfig"); // 组件库全局配置
@@ -88,7 +88,6 @@ const handleAction = (action, index) => {
88
88
  // 删除
89
89
  case "delete": {
90
90
  data.value.splice(index, 1);
91
- visible.value = false;
92
91
  break;
93
92
  }
94
93
  }
@@ -146,10 +145,7 @@ watch(
146
145
  width="400"
147
146
  align-center
148
147
  destroy-on-close
149
- draggable
150
148
  overflow
151
- :modal="false"
152
- :modal-penetrable="true"
153
149
  :show-close="false"
154
150
  >
155
151
  <template #header="{ titleId, titleClass }">