@kaiyinchem/ky-uniui 1.1.0 → 1.1.1

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.
@@ -130,7 +130,7 @@
130
130
  </template>
131
131
 
132
132
  <script>
133
- import i18n from '@/utils/i18n.js'
133
+ import i18n from '../utils/i18n.js'
134
134
 
135
135
  export default {
136
136
  emits: ['change', 'update:value', 'confirm', 'cancel', 'input'],
@@ -42,7 +42,7 @@
42
42
  </template>
43
43
 
44
44
  <script>
45
- import i18n from '@/utils/i18n.js'
45
+ import i18n from '../utils/i18n.js'
46
46
 
47
47
  export default {
48
48
  emits: ['select', 'search', 'update:keyword', 'update:visible'],
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.1.0",
10
+ "version": "1.1.1",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"