فهرست منبع

Merge pull request #1191 from boguan/hotfix/vue-warn

fix: Plugin has already been applied to target app
Ahmad Kholid 2 سال پیش
والد
کامیت
9894394ff2
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)