浏览代码

fix: Plugin has already been applied to target app

There are two function call expressions `use(head)`,  the second one is repetitive.
BoGuan 2 年之前
父节点
当前提交
19a5e6f58a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/newtab/index.js

+ 0 - 1
src/newtab/index.js

@@ -19,7 +19,6 @@ createApp(App)
   .use(router)
   .use(compsUi)
   .use(pinia)
-  .use(head)
   .use(vueI18n)
   .use(vueToastification)
   .use(vRemixicon, icons)