Skip to content

Commit

Permalink
Merge pull request #4775 from danielroe/app-import
Browse files Browse the repository at this point in the history
fix: import nuxt composables from #imports
  • Loading branch information
tugcekucukoglu authored Nov 13, 2023
2 parents d5ef623 + 926e295 commit 69ea157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nuxt-primevue/runtime/plugin.client.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { defineNuxtPlugin } from 'nuxt/app';
import { defineNuxtPlugin } from '#imports';

export default defineNuxtPlugin(({ vueApp }) => {});

0 comments on commit 69ea157

Please sign in to comment.