@airpower/web 0.2.66 → 0.2.67
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1317,7 +1317,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
1317
1317
|
return __props.link ? (openBlock(), createBlock(_component_ElLink, mergeProps({
|
|
1318
1318
|
key: 0,
|
|
1319
1319
|
disabled: isDisabled.value,
|
|
1320
|
-
type: __props.danger ? "danger" : __props.warning ? "warning" : __props.primary ? "primary" : "",
|
|
1320
|
+
type: __props.danger ? "danger" : __props.warning ? "warning" : __props.primary ? "primary" : "info",
|
|
1321
1321
|
underline: false
|
|
1322
1322
|
}, _ctx.$attrs, toHandlers(_ctx.$attrs)), {
|
|
1323
1323
|
default: withCtx(() => [
|