We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6a861 commit 0777fcdCopy full SHA for 0777fcd
src/runtime/plugin.ts
@@ -1,5 +1,3 @@
1
import { defineNuxtPlugin } from '#app'
2
3
-export default defineNuxtPlugin((_nuxtApp) => {
4
- console.log('Plugin injected by nuxt-queryref!')
5
-})
+export default defineNuxtPlugin((_nuxtApp) => {})
0 commit comments