Skip to content

Commit

Permalink
fix: remove VueHeadMixin (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx authored Aug 24, 2023
1 parent dade402 commit df31aeb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions packages/bridge/src/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ export default defineNuxtModule({
]
})

// Add generic plugin
addPlugin({ src: resolve(runtimeDir, 'plugin') })

// Add library-specific plugin
addPlugin({ src: resolve(runtimeDir, 'plugins/unhead') })
}
Expand Down
6 changes: 0 additions & 6 deletions packages/bridge/src/runtime/head/plugin.ts

This file was deleted.

0 comments on commit df31aeb

Please sign in to comment.