Skip to content

Instantly share code, notes, and snippets.

@Conduitry
Created October 24, 2017 01:19
Show Gist options
  • Save Conduitry/22dc70fcca81f5836989bd750c35baa0 to your computer and use it in GitHub Desktop.
Save Conduitry/22dc70fcca81f5836989bd750c35baa0 to your computer and use it in GitHub Desktop.
import App from './App.html';
var data = { foo: 0 };
var app = new App({
target: document.body,
data
});
data.foo = 42;
app.set(data);
export default app;
@petterek
Copy link

Thats about it.. And if you set it once more it will work.. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment