KonpekiCode
KonpekiCode
@Akryum That's ok.
I have checked allowing edits. Still can not push to it?👀
Maybe this solution is helpful to you. https://stackoverflow.com/questions/18419144/npm-not-working-read-econnreset
It will be used like this: 
Can you provide a reproduction?
发现是我的配置错误,修改后可以正常访问。不过发现以下两个问题: 修改mpa目录中的vite.config.js为如下,并将index.html和other.html移动到src目录 ```js createHtmlPlugin({ minify: true, pages: [ { entry: 'src/main.ts', filename: 'index.html', template: 'src/index.html', injectOptions: { data: { title: 'index', injectScript: ``, }, tags: [ { injectTo: 'body-prepend', tag:...
In vue2.x, the component which is selected will go unselected after HMR but state panel shows old state values.