Archived
1
0
This repository has been archived on 2025-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
mi.moris.day/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>