fix lint no-undef
This commit is contained in:
parent
2bd4323b17
commit
a5c3fcea6e
6 changed files with 5 additions and 3 deletions
|
|
@ -75,7 +75,6 @@ const hasTabs = computed(() => {
|
|||
|
||||
const showTabsPopup = (ev: MouseEvent) => {
|
||||
if (!hasTabs.value) return;
|
||||
if (!narrow.value) return;
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
const menu = props.tabs.map(tab => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue