refactor(frontend): MkHorizontalSwipe -> MkSwiper
This commit is contained in:
parent
165830d6c8
commit
de19d9a4d4
18 changed files with 47 additions and 47 deletions
|
|
@ -18,5 +18,5 @@ if (isTouchSupported && !isTouchUsing) {
|
|||
}, { passive: true });
|
||||
}
|
||||
|
||||
/** (MkHorizontalSwipe) 横スワイプ中か? */
|
||||
/** (MkSwiper) 横スワイプ中か? */
|
||||
export const isHorizontalSwipeSwiping = ref(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue