@opentinyvue/vue-docs 3.30.0 → 3.30.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/src/main.js +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-docs",
3
3
  "type": "module",
4
- "version": "3.30.0",
4
+ "version": "3.30.1",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
7
7
  "@playwright/test": "~1.49.0",
@@ -66,20 +66,20 @@
66
66
  "vue-router": "4.1.5",
67
67
  "zod": "^3.24.4",
68
68
  "@opentiny-internal/unplugin-virtual-template": "~0.1.1-beta.0",
69
- "@opentiny/utils": "npm:@opentinyvue/utils@~3.30.0",
69
+ "@opentiny/utils": "~3.30.0",
70
70
  "@opentiny/vue": "~3.30.0",
71
71
  "@opentiny/vue-common": "~3.30.0",
72
72
  "@opentiny/vue-design-aurora": "~3.30.0",
73
- "@opentiny/vue-design-saas": "~3.30.0",
74
73
  "@opentiny/vue-design-smb": "~3.30.0",
74
+ "@opentiny/vue-design-saas": "~3.30.0",
75
75
  "@opentiny/vue-directive": "~3.30.0",
76
76
  "@opentiny/vue-flowchart": "~3.30.0",
77
- "@opentiny/vue-hooks": "npm:@opentinyvue/vue-hooks@~3.30.0",
77
+ "@opentiny/vue-hooks": "~3.30.0",
78
78
  "@opentiny/vue-huicharts": "~3.30.0",
79
79
  "@opentiny/vue-icon": "~3.30.0",
80
80
  "@opentiny/vue-icon-multicolor": "~3.30.0",
81
- "@opentiny/vue-locale": "~3.30.0",
82
81
  "@opentiny/vue-icon-saas": "~3.30.0",
82
+ "@opentiny/vue-locale": "~3.30.0",
83
83
  "@opentiny/vue-modal": "~3.30.0",
84
84
  "@opentiny/vue-renderless": "~3.30.0",
85
85
  "@opentiny/vue-theme": "~3.30.0",
package/src/main.js CHANGED
@@ -41,7 +41,7 @@ import { twMerge } from 'tailwind-merge'
41
41
  const isOpenPlaywright = navigator.webdriver
42
42
 
43
43
  if (!isOpenPlaywright) {
44
- import('@opentiny/vue-theme/responsive-index.less')
44
+ import('@opentiny/vue-theme/responsive-index.css')
45
45
  }
46
46
  // 适配层集成twMerge能力
47
47
  if (isSaas) {