fix(client): add setup attribute to notification page (#8648)

This commit is contained in:
Andy 2022-05-12 19:31:26 +02:00 committed by GitHub
parent a29ff7b1fa
commit 9fc5e8688f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
</div>
</template>
<script lang="ts">
<script lang="ts" setup>
import { defineAsyncComponent, defineExpose } from 'vue';
import FormButton from '@/components/ui/button.vue';
import FormLink from '@/components/form/link.vue';