mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-05 09:46:44 -06:00
10 lines
193 B
Vue
10 lines
193 B
Vue
<template>
|
|
<mk-ui>
|
|
<b-button to="/apps" variant="primary">%i18n:@manage-apps%</b-button>
|
|
</mk-ui>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import Vue from 'vue';
|
|
export default Vue.extend();
|
|
</script>
|