Update page-editor.vue

This commit is contained in:
syuilo 2019-05-24 18:11:12 +09:00
parent 03136caac4
commit 5a4f6b4ada
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -11,7 +11,7 @@
</header>
<section>
<a class="view" v-if="pageId" :href="`/@${ author.username }/pages/${ currentName }`" target="_blank"><fa :icon="faExternalLinkSquareAlt"/> {{ $t('view-page') }}</a>
<a class="view" v-if="pageId" :href="`/@${ author.username }/pages/${ currentName }`"><fa :icon="faExternalLinkSquareAlt"/> {{ $t('view-page') }}</a>
<ui-input v-model="title">
<span>{{ $t('title') }}</span>