mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 09:44:11 +02:00
@@ -1,10 +1,13 @@
|
||||
<template>
|
||||
<mk-ui>
|
||||
<b-button to="/apps" variant="primary">%i18n:@manage-apps%</b-button>
|
||||
<b-button to="/apps" variant="primary">{{ $t('manage-apps') }}</b-button>
|
||||
</mk-ui>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
export default Vue.extend();
|
||||
import i18n from '../../i18n';
|
||||
export default Vue.extend({
|
||||
i18n: i18n('dev/views/index.vue')
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user