no message

Former-commit-id: e11591cd22cb8651323fcfeb0acbe01ffeccd973
Former-commit-id: 004e06aa613f6e4cdeb4d4e452935ec40986022c
Former-commit-id: c2bdda20af17b7bc6d054b47f2b27f4ecd3275ab
This commit is contained in:
李杨
2018-01-27 10:08:39 +08:00
parent 903ccd5cd4
commit 509b811fd2
3 changed files with 12 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ export default {
},
// 从 url 加载原始数据
async getReadme (name) {
const { data } = await this.$http.get(name)
const data = await this.$http.get(name)
return this.marked(data)
},
marked (data) {