Browse Source

fix: Plugin has already been applied to target app

There are two function call expressions `use(head)`,  the second one is repetitive.
BoGuan 2 năm trước cách đây
mục cha
commit
19a5e6f58a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)