@yh-ui/components 0.1.0 → 0.1.5

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.
@@ -195,12 +195,13 @@ defineExpose({
195
195
  <!-- VNode 类型(包括函数返回的 VNode) -->
196
196
  <component v-if="isMessageVNode" :is="renderMessage" :class="ns.e('text')" />
197
197
  <!-- HTML 字符串 -->
198
- <!-- eslint-disable-next-line vue/no-v-html -->
198
+ <!-- eslint-disable vue/no-v-html -->
199
199
  <p
200
200
  v-else-if="dangerouslyUseHTMLString"
201
201
  :class="ns.e('text')"
202
202
  v-html="renderMessage"
203
203
  ></p>
204
+ <!-- eslint-enable vue/no-v-html -->
204
205
  <!-- 普通字符串 -->
205
206
  <p v-else :class="ns.e('text')">
206
207
  {{ renderMessage }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yh-ui/components",
3
- "version": "0.1.0",
3
+ "version": "0.1.5",
4
4
  "description": "YH-UI Vue 3 Components",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -38,10 +38,10 @@
38
38
  "async-validator": "^4.2.5",
39
39
  "dayjs": "^1.11.19",
40
40
  "viewerjs": "^1.11.7",
41
- "@yh-ui/hooks": "0.1.0",
42
- "@yh-ui/locale": "0.1.0",
43
- "@yh-ui/theme": "0.1.0",
44
- "@yh-ui/utils": "0.1.0"
41
+ "@yh-ui/hooks": "0.1.5",
42
+ "@yh-ui/locale": "0.1.5",
43
+ "@yh-ui/theme": "0.1.5",
44
+ "@yh-ui/utils": "0.1.5"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.27"
@@ -68,7 +68,7 @@
68
68
  "vue3",
69
69
  "components"
70
70
  ],
71
- "homepage": "https://yh-ui.dev",
71
+ "homepage": "https://1079161148.github.io/yh-ui/",
72
72
  "author": "YH-UI Team",
73
73
  "license": "MIT",
74
74
  "scripts": {