mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 01:38:10 +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
|