no message
Former-commit-id: 854dacd28d5d176d72cc1fbdc625917326be6daf Former-commit-id: 889bcea85881a67a17a791d3c445cdb43fdb1a85 Former-commit-id: adb66c36629380ccf256313d10dd99a34f993e50
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.$axios.get(name)
|
||||
return this.marked(data)
|
||||
},
|
||||
marked (data) {
|
||||
|
||||
Reference in New Issue
Block a user