mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 18:05:07 +00:00
10 lines
251 B
Handlebars
10 lines
251 B
Handlebars
![]() |
{
|
||
|
path: '{{ path }}',
|
||
|
name: '{{ camelCase component }}',
|
||
|
getComponent(location, cb) {
|
||
|
System.import('{{{directory (properCase component)}}}')
|
||
|
.then(loadModule(cb))
|
||
|
.catch(errorLoading);
|
||
|
},
|
||
|
},$1
|