fix: apply ESLint rule vue/no-unused-refs

This commit is contained in:
iamsivin
2024-07-26 11:13:04 +05:30
parent af3c55937b
commit 8742ef67db
16 changed files with 21 additions and 21 deletions
@@ -324,7 +324,6 @@ export default {
</div>
<woot-context-menu
v-if="showContextMenu"
ref="menu"
:x="contextMenu.x"
:y="contextMenu.y"
@close="closeContextMenu"