no message
Former-commit-id: e11591cd22cb8651323fcfeb0acbe01ffeccd973 Former-commit-id: 004e06aa613f6e4cdeb4d4e452935ec40986022c Former-commit-id: c2bdda20af17b7bc6d054b47f2b27f4ecd3275ab
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user