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