2.9.1
Chrome/win10
2.6.10
https://codepen.io/Danik_codepenIO/pen/gyMQry
build 2.9.1
no error
Need add to element-ui/types/element-ui.d.ts
import Vue, { PluginObject } from 'vue'
Is this fixed?
Don't fix in master branch ¯ \ _ (ツ) _ / ¯
It's not fixed now.
It's not fixed now.
If you want to fix this problem yourself, you can try this:
node_modules/element-ui/types/element-ui.d.ts
file and modify the first line of contentimport Vue from 'vue'
is modified to import Vue, {PluginObject} from 'vue'
If you want to fix this problem yourself, you can try this:
- Open the
node_modules/element-ui/types/element-ui.d.ts
file and modify the first line of contentimport Vue from 'vue'
is modified toimport Vue, {PluginObject} from 'vue'
I do it now. But it will redo when you rerun 'npm install'.
I did not find that the file was re-covered in the hot load mode. This problem will eventually be fixed by the official.
@WaSheep when you will merge to master branch??
When could you release a new version with this issue fixed?
facing the same error here. Is there any update for this bug?
Same error for me
Still got this error after npm i
, when i use it in a ts
project, version: ^2.6.1
and 2.9.1
.
Is there any solutions or help ?
Still got this error after
npm i
, when i use it in ats
project, version:^2.6.1
and2.9.1
.
Is there any solutions or help ?
Use verdaccio
Most helpful comment
@WaSheep when you will merge to master branch??