Skip to content

Commit

Permalink
馃殤 fix invalid parenthesized assignment pattern for Vue 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaraku committed Jul 16, 2023
1 parent d3fa361 commit 0f9b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SheetDialog.vue
Expand Up @@ -242,7 +242,7 @@ watch(isOpened, () => {
</v-tooltip>

<!-- Unavailable in regions -->
<template v-for="({ region, name: regionName }, i) in data.regions">
<template v-for="{ region, name: regionName }, i in data.regions">
<v-tooltip
v-if="sheet.regions && sheet.regions[region] === false"
:key="i"
Expand Down

0 comments on commit 0f9b65d

Please sign in to comment.