Files
DiceCloud/app/imports/client/ui/pages/NotImplemented.vue
2022-11-19 17:51:50 +02:00

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>