We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b782359 + 4173005 commit b96c739Copy full SHA for b96c739
docs/docs/nuxt.md
@@ -50,7 +50,7 @@ The best place is to add it to your `app.vue` file or layout in layouts folder.
50
</template>
51
52
<script setup lang="ts">
53
-import { ONotificationsContainer } from '@outloud/vue-modals' // [!code highlight]
+import { ONotificationsContainer } from '@outloud/vue-notifications' // [!code highlight]
54
</script>
55
```
56
:::
0 commit comments