diff --git a/docs/index.html b/docs/index.html index 57f18b9..65eb9e2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,8 +26,19 @@ process = { env: { NODE_ENV: 'production' } }; + + + + + + +
diff --git a/src/main.js b/src/main.js index e7e7816..0631e62 100644 --- a/src/main.js +++ b/src/main.js @@ -1,10 +1,7 @@ import App from './App.svelte'; const app = new App({ - target: document.body, - props: { - name: 'world' - } + target: document.querySelector('#id'), }); export default app;