Joe Zhang

Results 43 comments of Joe Zhang

After reading the code, I tried the following modifications: > if (SetupDiGetDeviceRegistryPropertyW(hDevInfo, &deviceInfoData, SPDRP_MFG, &dwPropertyRegDataType, reinterpret_cast(szBuffer), sizeof(szBuffer), &dwSize)) { int nUtf8Count = WideCharToMultiByte(CP_UTF8, 0, (LPCWCH)szBuffer, -1, NULL, 0, NULL, NULL);...

I'm an open source enthusiast , and have been working on vue.js for a while. I would be very happy to assist in maintaining this project.

Several issues were found through the reproduction project. 1. Nuxt configures `vue` as `external`, if we configure `shared: ['vue']`, it will conflict with nuxt's configuration. So we should remove `shared:...

Theoretically you are right, there may be duplicate vue on both the host and the remote if shared is not configured . As for compatibility with nuxt, I think we'll...

https://github.com/nuxt/nuxt.js/issues/13632

Please provide a reproduction project.

Could you provide a reproduction repo? I think it may have something to do with `vue-tsc`. Try adding a module declaration in .d.ts?

Yes, but we have only implemented webpack configured as esm format, other formats may not be supported.