tomjs / vite-plugin-vscode

用 vue/react 来开发 vscode extension webview ,支持 esm 和 cjs。Use vue/react to develop vscode extension webview, supporting esm and cjs.
MIT License
41 stars 6 forks source link

chore: fix typo #16

Closed 171h closed 1 month ago

171h commented 1 month ago

http://localhost:5173//index2.html have nothing

tomgao365 commented 1 month ago

是多页面的demo运行错误吗?我本地是正常的。你的运行环境是什么,是 vue-import这个demo还是其他的语言? VITE_DEV_SERVER_URL 默认是 vite 的地址,如 http://localhost:5173/

171h commented 1 month ago

是多页面的demo运行错误吗?我本地是正常的。你的运行环境是什么,是 vue-import这个demo还是其他的语言? VITE_DEV_SERVER_URL 默认是 vite 的地址,如 http://localhost:5173/

vue-import示例,可能是我自己的问题吧,这里有两个 5173index2.html 之间有两个斜杠 //,导致我要的页面访问不了,但是现在又可以了