mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
FIx searchbar issue where results wouldn't update on new type down
This commit is contained in:
parent
fad0a70610
commit
4f03d41b0a
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ import NavbarItem from './components/NavbarView.vue'
|
|||
<navbar-item></navbar-item>
|
||||
|
||||
<Suspense>
|
||||
<RouterView />
|
||||
<RouterView :key="$route.fullPath" />
|
||||
</Suspense>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue