mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-01 15:17:07 +08:00
remove invalid todo
This commit is contained in:
parent
c69fd4b796
commit
687bdd97a7
@ -5,8 +5,7 @@
|
||||
<v-card-text v-text="$t('linkout.text', [target])" />
|
||||
<v-card-actions>
|
||||
<v-btn @click="$router.back()">{{ $t('linkout.abort') }}</v-btn>
|
||||
<!--TODO why doesn't this work as a replace? It'd be good that this page wasn't saved in history-->
|
||||
<v-btn :href="target" replace>{{ $t('linkout.continue') }}</v-btn>
|
||||
<v-btn :href="target">{{ $t('linkout.continue') }}</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-col>
|
||||
|
Loading…
Reference in New Issue
Block a user