fix(Notifications): missing computed from vue

This commit is contained in:
Benjamin Canac
2023-05-04 17:59:10 +02:00
parent fa05653f23
commit 9ce43ac68b

View File

@@ -14,7 +14,7 @@
</template>
<script lang="ts">
import { defineComponent } from 'vue'
import { computed, defineComponent } from 'vue'
import type { PropType } from 'vue'
import { defu } from 'defu'
import type { ToastNotification } from '../../types'