KonpekiCode

Results 7 comments of KonpekiCode

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: ![result](https://user-images.githubusercontent.com/28253544/146346105-a46a8ea7-6863-4105-9afb-82c8b0776dbb.gif)

发现是我的配置错误,修改后可以正常访问。不过发现以下两个问题: 修改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.