webview pair-remote
This commit is contained in:
parent
e2cc27e2a7
commit
cf7813142e
5 changed files with 14 additions and 11 deletions
|
@ -4,8 +4,8 @@
|
|||
</div>
|
||||
</script>
|
||||
<script>
|
||||
Vue.component('apple-account-settings', {
|
||||
template: '#apple-account-settings',
|
||||
Vue.component('remote-pair', {
|
||||
template: '#remote-pair',
|
||||
async mounted() {
|
||||
ipcRenderer.send('get-remote-pair-url')
|
||||
ipcRenderer.on('send-remote-pair-url', (event, url) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue