Skip to content

Commit

Permalink
Merge pull request #325 from Kitware/expose-vuex-store
Browse files Browse the repository at this point in the history
fix(app): Expose vuex store for programmatic access
  • Loading branch information
floryst authored Apr 27, 2020
2 parents 6f6c26f + 8e29795 commit 7f5d106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export function createViewer(container, proxyConfig = null) {

return {
proxyManager,
store,

processURLArgs() {
const { name, url } = vtkURLExtract.extractURLParameters();
Expand Down

0 comments on commit 7f5d106

Please sign in to comment.