@qikdev/vue-ui 0.1.34 → 0.1.35
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 +9 -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
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, pushScopeId, popScopeId, createElementVNode, normalizeStyle, createCommentVNode, Teleport, createTextVNode, vModelSelect, withKeys, withModifiers, vModelText, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, mergeProps, toHandlers, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.1.
|
|
35
|
+
const version$1 = "0.1.35";
|
|
36
36
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
37
|
var _export_sfc = (sfc, props2) => {
|
|
38
38
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -500,8 +500,14 @@ const _sfc_main$R = {
|
|
|
500
500
|
return array;
|
|
501
501
|
},
|
|
502
502
|
element() {
|
|
503
|
+
if (this.nuxtMode) {
|
|
504
|
+
return "a";
|
|
505
|
+
}
|
|
506
|
+
if (this.buildMode) {
|
|
507
|
+
return "a";
|
|
508
|
+
}
|
|
503
509
|
if (this.to) {
|
|
504
|
-
return
|
|
510
|
+
return `router-link`;
|
|
505
511
|
} else {
|
|
506
512
|
return "a";
|
|
507
513
|
}
|
|
@@ -522,7 +528,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
522
528
|
_: 3
|
|
523
529
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
524
530
|
}
|
|
525
|
-
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-
|
|
531
|
+
var UXLink = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__scopeId", "data-v-4ed46cbc"]]);
|
|
526
532
|
var icon_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
527
533
|
const _sfc_main$Q = {
|
|
528
534
|
props: {
|