17 lines
239 B
Vue
17 lines
239 B
Vue
<template lang="html">
|
|
<div>
|
|
<v-alert
|
|
:value="true"
|
|
type="info"
|
|
>
|
|
This page is not available in this version of DiceCloud.
|
|
</v-alert>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="js">
|
|
export default {
|
|
|
|
}
|
|
</script>
|