1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 15:35:14 +02:00
Files
misskey/src/client/app/dev/views/index.vue
2018-08-06 21:03:24 -04:00

11 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>