diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-25 01:23:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-25 01:23:41 +0900 |
| commit | 7bd2a6ad611ffa4e4a0c96e49dec93350e0616db (patch) | |
| tree | 1a3ad6ba33e7bfd6fd884052f61805dc4d3aa365 /src/client/pages/timeline.tutorial.vue | |
| parent | regedit (diff) | |
| parent | 自前ルーティング (#6759) (diff) | |
| download | misskey-7bd2a6ad611ffa4e4a0c96e49dec93350e0616db.tar.gz misskey-7bd2a6ad611ffa4e4a0c96e49dec93350e0616db.tar.bz2 misskey-7bd2a6ad611ffa4e4a0c96e49dec93350e0616db.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src/client/pages/timeline.tutorial.vue')
| -rw-r--r-- | src/client/pages/timeline.tutorial.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/pages/timeline.tutorial.vue b/src/client/pages/timeline.tutorial.vue index 506e97e1b5..837915229e 100644 --- a/src/client/pages/timeline.tutorial.vue +++ b/src/client/pages/timeline.tutorial.vue @@ -9,7 +9,7 @@ <div class="_content" v-else-if="tutorial === 1"> <div>{{ $t('_tutorial.step2_1') }}</div> <div>{{ $t('_tutorial.step2_2') }}</div> - <router-link class="_link" to="/settings/profile">{{ $t('editProfile') }}</router-link> + <MkA class="_link" to="/settings/profile">{{ $t('editProfile') }}</MkA> </div> <div class="_content" v-else-if="tutorial === 2"> <div>{{ $t('_tutorial.step3_1') }}</div> @@ -25,10 +25,10 @@ <div>{{ $t('_tutorial.step5_1') }}</div> <i18n-t keypath="_tutorial.step5_2" tag="div"> <template #featured> - <router-link class="_link" to="/featured">{{ $t('featured') }}</router-link> + <MkA class="_link" to="/featured">{{ $t('featured') }}</MkA> </template> <template #explore> - <router-link class="_link" to="/explore">{{ $t('explore') }}</router-link> + <MkA class="_link" to="/explore">{{ $t('explore') }}</MkA> </template> </i18n-t> <div>{{ $t('_tutorial.step5_3') }}</div> @@ -43,7 +43,7 @@ <div>{{ $t('_tutorial.step7_1') }}</div> <i18n-t keypath="_tutorial.step7_2" tag="div"> <template #help> - <router-link class="_link" to="/docs">{{ $t('help') }}</router-link> + <MkA class="_link" to="/docs">{{ $t('help') }}</MkA> </template> </i18n-t> <div>{{ $t('_tutorial.step7_3') }}</div> |