webapp: Fix lint error
This commit is contained in:
parent
097e884658
commit
f364aa7559
@ -1,7 +1,7 @@
|
|||||||
import { Tooltip } from 'bootstrap'
|
import { Tooltip } from 'bootstrap';
|
||||||
|
|
||||||
export const tooltip = {
|
export const tooltip = {
|
||||||
mounted(el: HTMLElement) {
|
mounted(el: HTMLElement) {
|
||||||
const tooltip = new Tooltip(el)
|
new Tooltip(el);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user