mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 18:04:33 +08:00
Updated js dev docs with latest component changes
This commit is contained in:
@ -158,7 +158,7 @@ export function first(name) {
|
||||
* @param {String} name
|
||||
* @returns {Component[]}
|
||||
*/
|
||||
export function get(name = '') {
|
||||
export function get(name) {
|
||||
return components[name] || [];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user