Files
DiceCloud/app/imports/ui/pages/NotImplemented.vue
2020-05-02 17:09:56 +02:00

11 lines
187 B
Vue

<template lang="html">
<div>
<v-alert
:value="true"
type="info"
>
This page is not available in this version of the alpha.
</v-alert>
</div>
</template>