Files
DiceCloud/app/imports/ui/pages/NotImplemented.vue

11 lines
186 B
Vue

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