fds-vue-core 2.0.28 → 2.0.30
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/fds-vue-core.cjs.js
CHANGED
|
@@ -2821,7 +2821,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
2821
2821
|
const iconName = vue.computed(() => props.icon);
|
|
2822
2822
|
return (_ctx, _cache) => {
|
|
2823
2823
|
return vue.openBlock(), vue.createElementBlock("th", _hoisted_1$a, [
|
|
2824
|
-
iconName.value ? (vue.openBlock(), vue.createElementBlock("button", {
|
|
2824
|
+
_ctx.sortable && iconName.value ? (vue.openBlock(), vue.createElementBlock("button", {
|
|
2825
2825
|
key: 0,
|
|
2826
2826
|
class: vue.normalizeClass(headerClasses.value),
|
|
2827
2827
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("sort"))
|