2018-02-27 07:11:28 -08:00
|
|
|
<template>
|
2018-02-27 12:43:14 -08:00
|
|
|
<mk-ui>
|
2018-08-06 18:03:24 -07:00
|
|
|
<b-button to="/apps" variant="primary">%i18n:@manage-apps%</b-button>
|
2018-02-27 12:43:14 -08:00
|
|
|
</mk-ui>
|
2018-02-27 07:11:28 -08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
import Vue from 'vue';
|
|
|
|
export default Vue.extend();
|
|
|
|
</script>
|