refactor: inject masto instance via nuxt app (#134)
This commit is contained in:
parent
5c60497421
commit
39b005899e
26 changed files with 67 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
const paginator = masto.trends.getStatuses()
|
||||
const paginator = useMasto().trends.getStatuses()
|
||||
|
||||
useHead({
|
||||
title: 'Explore',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue