SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.48k stars 1.55k forks source link

How to use electron protocol in Vue? | 怎么在Vue中使用 electron protocol #836

Closed StringKe closed 5 years ago

StringKe commented 5 years ago

How to use protocol in Vue? RegisterFileProtocol and registerHttpProtocol cannot be used in Vue Route, outputting the contents of index.html

不知道怎么配合vue router来实现这个效果,很多情况下只输出了index.html的内容,要么就是js的内容找不到位置

fushilu06 commented 5 years ago

解决了吗