remote testing on dev env and nodeintegration on webview

This commit is contained in:
child_duckling 2022-02-19 00:34:15 -08:00
parent 7fe0be8c16
commit 2991a92b68
3 changed files with 24 additions and 3 deletions

View file

@ -1,5 +1,6 @@
<template v-if="page == 'webview'">
<div style="display:flex;width:100%;height:100%">
<webview id="foo" :src="webview.url" style="display:inline-flex; width:100%;"></webview>
<<webview id="foo" :src="webview.url" nodeintegration="true" style="display:inline-flex; width:100%;"></webview>
</div>
</template>