0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

NUXT MEMO

Last updated at Posted at 2021-11-06

NUXT MEMO

transitionフック

      @before-enter="beforeEnter"
      @enter="enter"
      @after-enter="afterEnter"
      @before-leave="beforeLeave"
      @leave="leave"
      @afterLeave="afterLeave"

transition css

表示
v-enter:開始状態
v-enter-active:トランジション中
v-enter-to:終了状態

非表示
v-leave:開始状態
v-leave-active:トランジション中
v-leave-to:終了状態

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?