You've already forked AstralRinth
forked from didirus/AstralRinth
Inject native router only in reactive scopes (#1730)
This commit is contained in:
@@ -308,7 +308,7 @@ import { UiChartsCompactChart as CompactChart, UiChartsChart as Chart } from '#c
|
||||
|
||||
import PaletteIcon from '~/assets/icons/palette.svg?component'
|
||||
|
||||
const router = useRouter()
|
||||
const router = useNativeRouter()
|
||||
const theme = useTheme()
|
||||
|
||||
const props = withDefaults(
|
||||
|
||||
Reference in New Issue
Block a user