25 lines
360 B
Vue
25 lines
360 B
Vue
<template lang="html">
|
|
<div>
|
|
<v-layout
|
|
column
|
|
align-center
|
|
justify-center
|
|
>
|
|
<h2 style="margin: 48px 28px 16px">
|
|
Invite Success
|
|
</h2>
|
|
<h3>
|
|
You can now use DiceCloud
|
|
</h3>
|
|
</v-layout>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="js">
|
|
export default {
|
|
}
|
|
</script>
|
|
|
|
<style lang="css" scoped>
|
|
</style>
|