@mythpe/quasar-ui-qui 0.3.80 → 0.3.81
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/package.json
CHANGED
|
@@ -485,7 +485,7 @@ const bindAttr = computed(() => ({
|
|
|
485
485
|
}))
|
|
486
486
|
const showIfContext = (contextBtn: GenericMDtBtn): boolean => {
|
|
487
487
|
contextBtn = toValue(contextBtn)
|
|
488
|
-
if (selected.value.length ===
|
|
488
|
+
if (selected.value.length === 1) {
|
|
489
489
|
const per = typeof contextBtn.showIf === 'function' ? contextBtn.showIf(selected.value[0], 0) : contextBtn.showIf === !0
|
|
490
490
|
const single = (!!contextBtn.click || !!contextBtn.attr?.to)
|
|
491
491
|
const multi = !!contextBtn.multiClick
|