-
Notifications
You must be signed in to change notification settings - Fork 21
Vue Composition API: Bootstrap Vue
Mike Lyttle edited this page May 9, 2023
·
1 revision
handleCloseQrModal(): void {
this.$bvModal.hide("big-qr");
}
this.$root.$emit(
"bv::hide::tooltip",
`preview-device-button-${deviceName}`
);
- An alternative to
this.$bvModal.hide()
may be to use a ref and call.hide()
. - An alternative to
this.$root.$emit()
may be to swapv-b-tooltip
for<b-tooltip>
and control the visibility using properties.
-
Developer Standard and Processes
-
Workstation Setup
-
IDE Configuration
-
Application Config
-
RedHat SSO Authorization Server
-
Known Issues