st-comp 0.0.236 → 0.0.238

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.236",
4
+ "version": "0.0.238",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -233,7 +233,7 @@ const getTotalTagMap = async () => {
233
233
  }, {})
234
234
  }
235
235
  }, {})
236
- Elmessage.success('删除成功!')
236
+ ElMessage.success('删除成功!')
237
237
  }
238
238
 
239
239
  getTotalTagMap()