webview pair-remote

This commit is contained in:
vapormusic 2022-02-10 13:34:04 +07:00
parent e2cc27e2a7
commit cf7813142e
5 changed files with 14 additions and 11 deletions

View file

@ -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) => {