Skip to content

Commit 1fe95d3

Browse files
committed
added missing matestackUiApp setup
1 parent aa373d4 commit 1fe95d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/getting-started/quick-start.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ import Vue from 'vue/dist/vue.esm'
8989
import Vuex from 'vuex'
9090

9191
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+
})
92101
```
93102

94103
## Application Layout and Views

0 commit comments

Comments
 (0)