Update gallery/index.vue
This commit is contained in:
parent
9a89de7277
commit
fb09d8806a
|
@ -92,7 +92,7 @@ watch(() => props.tag, () => {
|
|||
|
||||
const headerActions = $computed(() => [{
|
||||
icon: 'ti ti-plus',
|
||||
text: i18n.ts.create,
|
||||
text: i18n.ts.postToGallery,
|
||||
handler: () => {
|
||||
router.push('/gallery/new');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue