@opentiny/vue-docs 2.0.7 → 2.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.
@@ -52,8 +52,9 @@ import {
52
52
  DatePicker as TinyDatePicker,
53
53
  Input as TinyInput,
54
54
  Select as TinySelect,
55
- Option as TinyOption
56
- } from '@opentiny/vue',Modal
55
+ Option as TinyOption,
56
+ Modal
57
+ } from '@opentiny/vue'
57
58
 
58
59
 
59
60
  const reset = ref(false)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-docs",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "dependencies": {
5
5
  "@unocss/reset": "0.38.2",
6
6
  "@vue/repl": "^2.5.5",
@@ -16,15 +16,15 @@
16
16
  "@playwright/test": "^1.29.2",
17
17
  "sortablejs": "1.15.0",
18
18
  "@opentiny/vue-repl": "^1.0.2",
19
- "@opentiny/vue": "~3.10.0",
20
- "@opentiny/vue-common": "~3.10.0",
21
- "@opentiny/vue-icon": "~3.10.0",
22
- "@opentiny/vue-vite-import": "~1.1.5",
23
- "@opentiny/vue-theme-saas": "~3.10.0",
24
19
  "@opentiny/vue-design-aurora": "~3.10.0",
25
- "@opentiny/vue-design-smb": "~3.10.0",
20
+ "@opentiny/vue-common": "~3.10.0",
21
+ "@opentiny/vue": "~3.10.0",
26
22
  "@opentiny/vue-theme-mobile": "~3.10.0",
27
- "@opentiny/vue-theme": "~3.10.0"
23
+ "@opentiny/vue-theme-saas": "~3.10.0",
24
+ "@opentiny/vue-theme": "~3.10.0",
25
+ "@opentiny/vue-vite-import": "~1.1.5",
26
+ "@opentiny/vue-icon": "~3.10.0",
27
+ "@opentiny/vue-design-smb": "~3.10.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/markdown-it": "^12.2.3",