diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-22 15:04:28 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-22 15:04:28 +0200 |
| commit | ded2d54ccab9fbf40e0aba258ae98c2017418c95 (patch) | |
| tree | 0da6761ee174e22a476f9c82dcd7c103746467b2 /src/main.js | |
| parent | 6c385ae80aaf763db7f973b5dc1e3bd21367a2a7 (diff) | |
| parent | 935c0e09c650bca5f92d05335d158ef3c148901b (diff) | |
Merged existing changes from 'develop'
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js index 97156b64..22879b34 100644 --- a/src/main.js +++ b/src/main.js @@ -67,8 +67,7 @@ new Vue({ router, store, el: '#app', - template: '<App/>', - components: { App } + render: h => h(App) }) window.fetch('/static/config.json') |
