yann0917 / dedao-gui

wails + go + vue3 实现得到已购课程下载的桌面客户端
MIT License
179 stars 47 forks source link

编译报错 #9

Closed d100972 closed 1 year ago

d100972 commented 1 year ago

• Compiling frontend:

frontend@0.0.0 build vue-tsc --noEmit && vite build

src/main.ts(16,9): error TS2345: Argument of type 'Pinia' is not assignable to parameter of type 'Plugin_2'.
  Type 'Pinia' is not assignable to type '{ install: PluginInstallFunction; }'.
    Types of property 'install' are incompatible.
      Type '(app: App<any>) => void' is not assignable to type 'PluginInstallFunction'.
        Types of parameters 'app' and 'app' are incompatible.

......

yann0917 commented 1 year ago

本地 element-plus 版本不兼容的问题,升级一下看看呢。参考