Skip to content

Commit

Permalink
update dev
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Mar 28, 2017
1 parent ea0880c commit 5b24230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.base.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
extensions: ['.js', '.vue', '.json'],
alias: {
'muse-ui': path.resolve(__dirname, '../src'),
'vue$': 'vue/dist/vue.common.js',
'vue$': 'vue/dist/vue.esm.js',
'src': resolve('src'),
}
},
Expand Down
1 change: 1 addition & 0 deletions src-docs/components/AppNavDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export default {
if (xhr.readyState === 4) {
if (xhr.status === 200) {
this.versions = JSON.parse(xhr.responseText)
console.log(this.versions, this.version)
} else {
console.error(xhr.statusText)
}
Expand Down

0 comments on commit 5b24230

Please sign in to comment.