Skip to content

Commit

Permalink
rum formatで引っかかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
UnABC authored and UnABC committed Jan 5, 2025
1 parent ec87df5 commit e50a748
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
:class="$style.body"
:aria-label="`${tooltip}`"
:aria-label="tooltip"
:data-include-me="$boolAttr(includeMe)"
@click="onClick"
@mouseenter="onMouseEnter"
Expand Down

0 comments on commit e50a748

Please sign in to comment.