fix(gallery.ts): solve circular dependency in mobile view

This commit is contained in:
Sped0n
2023-11-02 12:29:39 +08:00
parent 0cc97325c0
commit d936f1b272
3 changed files with 16 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
import { Watchable } from '../utils'
export const mounted = new Watchable<boolean>(false)