gy-ui-plus 1.0.7 → 1.0.8

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ app.mount('#app')
44
44
  ```typescript
45
45
  import { createApp } from 'vue'
46
46
  import App from './App.vue'
47
- import { JButton, JTable } from 'gy-ui-plus'
47
+ import { GyButton, GyTable } from 'gy-ui-plus'
48
48
  import 'gy-ui-plus/dist/gy-ui-plus.css'
49
49
 
50
50
  const app = createApp(App)
@@ -107,8 +107,8 @@ MIT License
107
107
 
108
108
  <!-- 如有问题或建议,欢迎通过以下方式联系: -->
109
109
 
110
- <!-- - GitHub Issues:
111
- - Email: -->
110
+ - GitHub Issues: https://github.com/SKYE-iiii/gy-ui-plus/issues
111
+ <!-- - Email: -->
112
112
 
113
113
  ---
114
114
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "author": "zyj",
7
7
  "license": "MIT",
8
- "version": "1.0.7",
8
+ "version": "1.0.8",
9
9
  "private": false,
10
10
  "type": "module",
11
11
  "main": "dist/gy-ui-plus.umd.js",