@@ -214,6 +214,10 @@ const props = defineProps({
type: Object,
default: () => ({})
},
+ authBtnTabKey: {
+ type: [String,Number],
+ default: ''
+ },
})
const {isString, getObjNullValue, getArrValue} = isType()
const {setPosInsert, setPosRange} = utilsText()