@vtj/ui 0.8.124 → 0.8.125
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.
- package/dist/index.mjs +3 -3
- package/dist/index.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
@@ -8,10 +8,10 @@ import { useRouter as Cd, RouterView as Db, useRoute as $h, routeLocationKey as
|
|
8
8
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
9
9
|
* @name @vtj/ui
|
10
10
|
* @author CHC chenhuachun1549@dingtalk.com
|
11
|
-
* @version 0.8.
|
11
|
+
* @version 0.8.125
|
12
12
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
13
13
|
*/
|
14
|
-
const AI = "0.8.
|
14
|
+
const AI = "0.8.125", _b = {
|
15
15
|
default: 14,
|
16
16
|
small: 12,
|
17
17
|
large: 18
|
@@ -24274,7 +24274,7 @@ const A7 = {
|
|
24274
24274
|
), g = Ce(), C = Ce(), v = q(
|
24275
24275
|
() => o.size || i?.size || "default"
|
24276
24276
|
), y = q(() => Object.assign(
|
24277
|
-
{},
|
24277
|
+
{ placement: "bottom-end" },
|
24278
24278
|
l?.props.tooltipMessage || {},
|
24279
24279
|
typeof o.tooltipMessage == "boolean" ? {} : o.tooltipMessage
|
24280
24280
|
)), D = ($ = "") => o.error ? o.error : $.includes("is required") ? `${o.label || o.name}是必填项!` : $, w = q(() => {
|