chore: format
This commit is contained in:
@@ -15,14 +15,28 @@ const switch2d = () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UModal :open="true" :dismissible="false" :title="$t('lagModal.title')" :ui="{ footer: 'justify-end' }">
|
||||
<UModal
|
||||
:open="true"
|
||||
:dismissible="false"
|
||||
:title="$t('lagModal.title')"
|
||||
:ui="{ footer: 'justify-end' }"
|
||||
>
|
||||
<template #body>
|
||||
{{ $t('lagModal.body') }}
|
||||
{{ $t("lagModal.body") }}
|
||||
</template>
|
||||
|
||||
<template #footer>
|
||||
<UButton variant="ghost" color="neutral" :label="$t('lagModal.keep3d')" @click="keep3d" />
|
||||
<UButton color="neutral" :label="$t('lagModal.switch2d')" @click="switch2d" />
|
||||
<UButton
|
||||
variant="ghost"
|
||||
color="neutral"
|
||||
:label="$t('lagModal.keep3d')"
|
||||
@click="keep3d"
|
||||
/>
|
||||
<UButton
|
||||
color="neutral"
|
||||
:label="$t('lagModal.switch2d')"
|
||||
@click="switch2d"
|
||||
/>
|
||||
</template>
|
||||
</UModal>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user