Got in-dialog help working with new docs
This commit is contained in:
@@ -78,8 +78,8 @@ export default {
|
||||
},
|
||||
},
|
||||
doc() {
|
||||
const doc = Docs.findOne(this.path);
|
||||
return doc && doc.text;
|
||||
const doc = Docs.findOne({href: '/docs/' + this.path});
|
||||
return doc && doc.description;
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user