vue3-request 1.0.27 → 1.0.28

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  更多内容请查看<a href="https://Flame-00.github.io/vue3-request/" target="_blank">文档</a>
2
2
 
3
- [演练场](https://codesandbox.io/p/devbox/yrxqp8)
3
+ [演练场](https://codesandbox.io/p/devbox/elastic-meninsky-fz8sfj)
4
4
 
5
5
  ## 核心优势
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-request",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "type": "module",
5
5
  "description": "A Vue3 asynchronous request processing library, designed to simplify your asynchronous operations and API calls.",
6
6
  "main": "dist/vue3-request.es.js",