Skip to content

Commit

Permalink
fix(global-import): fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed May 10, 2024
1 parent 0033510 commit a10b95d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tmpl/plugin.tmpl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default options => {
let code = `import vFont from '#booster/directives/vFont';
let code = `import { defineNuxtPlugin } from '#imports';
import vFont from '#booster/directives/vFont';
import { isSupportedBrowser } from '#booster/utils/browser';
import FontList from '#booster/classes/FontList';
import hydrate from '#booster/hydrate';
Expand Down

0 comments on commit a10b95d

Please sign in to comment.