@qikdev/vue-ui 0.2.146 → 0.2.147
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/lib.es.js +3 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './style.css';
|
|
2
2
|
import { defineComponent as Vi, ref as Zt, toRefs as ba, onMounted as ka, onBeforeUnmount as zo, watch as Ci, computed as ci, openBlock as o, createElementBlock as d, renderSlot as z, createCommentVNode as _, normalizeClass as L, useSlots as Ho, reactive as Or, provide as Nr, resolveComponent as y, Fragment as S, unref as Bn, createBlock as k, withCtx as h, createVNode as m, renderList as $, toDisplayString as v, withDirectives as W, vShow as ur, createElementVNode as x, withModifiers as B, createTextVNode as O, h as fi, resolveDynamicComponent as Ot, mergeProps as Ei, toHandlers as xa, vModelSelect as Tt, pushScopeId as tt, popScopeId as nt, normalizeStyle as ut, Teleport as qo, vModelText as se, withKeys as ge, TransitionGroup as Go, nextTick as wa, vModelDynamic as zn } from "vue";
|
|
3
3
|
import { EventDispatcher as Wo } from "@qikdev/sdk";
|
|
4
|
-
const Ko = "0.2.
|
|
4
|
+
const Ko = "0.2.147";
|
|
5
5
|
class Lt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Yo extends Lt {
|
|
@@ -7794,7 +7794,7 @@ const J_ = {
|
|
|
7794
7794
|
return this.href;
|
|
7795
7795
|
if (this.nuxtMode)
|
|
7796
7796
|
return this.$sdk.app.createHref(this.to);
|
|
7797
|
-
if (this.to) {
|
|
7797
|
+
if (this.to && this.$router && this.$router.resolve) {
|
|
7798
7798
|
const e = this.$router;
|
|
7799
7799
|
this.$route;
|
|
7800
7800
|
const t = !1, { location: n, route: i, href: s } = e.resolve(
|
|
@@ -7834,7 +7834,7 @@ function X_(e, t, n, i, s, r) {
|
|
|
7834
7834
|
_: 3
|
|
7835
7835
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
7836
7836
|
}
|
|
7837
|
-
const Q_ = /* @__PURE__ */ V(J_, [["render", X_], ["__scopeId", "data-v-
|
|
7837
|
+
const Q_ = /* @__PURE__ */ V(J_, [["render", X_], ["__scopeId", "data-v-0e5f4dde"]]);
|
|
7838
7838
|
const eg = {
|
|
7839
7839
|
props: {
|
|
7840
7840
|
icon: {
|