Skip to content

Commit

Permalink
fix(Notifications): missing computed from vue
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 4, 2023
1 parent fa05653 commit 9ce43ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9ce43ac

Please sign in to comment.