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

@ -2,6 +2,7 @@
function initApp(config) {
const nuxtApp = document.createElement('div')
nuxtApp.id = '__nuxt'
document.querySelector(config.selector).appendChild(nuxtApp);
[

Loading…
Cancel
Save