Merge pull request #54 from baiyaaaaa/next
fix autocomplete
Showing
This diff is collapsed.
... | ... | @@ -32,7 +32,7 @@ |
"devDependencies": { | ||
"babel-helper-vue-jsx-merge-props": "^1.0.1", | ||
"babel-plugin-syntax-jsx": "^6.8.0", | ||
"babel-plugin-transform-vue-jsx": "^1.1.1", | ||
"babel-plugin-transform-vue-jsx": "^3.1.0", | ||
"file-save": "^0.2.0", | ||
"gh-pages": "^0.11.0", | ||
"highlight.js": "^9.3.0", | ||
... | ... | @@ -44,7 +44,7 @@ |
"purecss": "^0.6.0", | ||
"q": "^1.4.1", | ||
"uppercamelcase": "^1.1.0", | ||
"vue": "^2.0.0-beta.5", | ||
"vue": "^2.0.0-beta.8", | ||
"vue-loader": "^9.2.3", | ||
"vue-markdown-loader": "^0.4.0", | ||
"vue-popup": "^0.2.1", | ||
... | ... |
Please register or sign in to comment