Browse Source

Update xc.js

pull/765/head
Pranav C 3 years ago committed by GitHub
parent
commit
c1889fa9ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/nc-gui/xc.js

1
packages/nc-gui/xc.js

@ -3,6 +3,7 @@ function initApp(config) {
const nuxtApp = document.createElement('div')
nuxtApp.id = '__nuxt'
document.querySelector(config.selector).appendChild(nuxtApp);
[
'http://127.0.0.1:8081/_nuxt/runtime.2f84675.js',

Loading…
Cancel
Save