Skip to content

Commit

Permalink
コードを整形
Browse files Browse the repository at this point in the history
  • Loading branch information
UnABC authored and UnABC committed Jan 5, 2025
1 parent e50a748 commit 6bbdefe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Main/MainView/MessageElement/StampElement.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div
:class="$style.body"
:aria-label="tooltip"
:data-include-me="$boolAttr(includeMe)"
@click="onClick"
@mouseenter="onMouseEnter"
@mouseleave="onMouseLeave"
>
:class="$style.body"
:aria-label="tooltip"
:data-include-me="$boolAttr(includeMe)"
@click="onClick"
@mouseenter="onMouseEnter"
@mouseleave="onMouseLeave"
>
<transition name="stamp-pressed" mode="out-in">
<a-stamp
:key="pressAnimationKey"
Expand Down

0 comments on commit 6bbdefe

Please sign in to comment.