We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa373d4 commit 1fe95d3Copy full SHA for 1fe95d3
docs/getting-started/quick-start.md
@@ -89,6 +89,15 @@ import Vue from 'vue/dist/vue.esm'
89
import Vuex from 'vuex'
90
91
import MatestackUiCore from 'matestack-ui-core'
92
+
93
+let matestackUiApp = undefined
94
95
+document.addEventListener('DOMContentLoaded', () => {
96
+ matestackUiApp = new Vue({
97
+ el: "#matestack-ui",
98
+ store: MatestackUiCore.store
99
+ })
100
+})
101
```
102
103
## Application Layout and Views
0 commit comments