We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1506f7f commit df7a3e3Copy full SHA for df7a3e3
src/index.template.html
@@ -20,8 +20,8 @@
20
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
21
crossorigin="anonymous"
22
/>
23
- <!-- below script to allow vue devtools to connect to our electron dev app - https://devtools.vuejs.org/-->
24
- <script src="http://localhost:8098"></script>
+ <!-- below script allows OverVue to connect to vue devtools - https://devtools.vuejs.org/-->
+ <!-- <script src="http://localhost:8098"></script> -->
25
26
</head>
27
<body>
0 commit comments