File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,14 @@ export default async (ctx, inject) => {
112112 < % for ( var key in options . vuefrontConfig . molecules ) { % >
113113 components [ 'vfM<%= key %>' ] = Vue . component ( 'vfM<%= key %>' , < %= vfresolver ( options . vuefrontConfig . molecules [ key ] ) % > ) < % } % >
114114
115- < % for ( var key in options . vuefrontConfig . components ) { % >
116- components [ 'vf <%= key %>' ] = Vue . component ( 'vf <%= key %>' , < %= vfresolver ( options . vuefrontConfig . components [ key ] ) % > ) < % } % >
115+ < % for ( var key in options . vuefrontConfig . organisms ) { % >
116+ components [ 'vfO <%= key %>' ] = Vue . component ( 'vfO <%= key %>' , < %= vfresolver ( options . vuefrontConfig . organisms [ key ] ) % > ) < % } % >
117117
118118 < % for ( var key in options . vuefrontConfig . templates ) { % >
119- components [ 'vfTemplate<%= key %>' ] = Vue . component ( 'vfTemplate<%= key %>' , < %= vfresolver ( options . vuefrontConfig . templates [ key ] ) % > ) < % } % >
119+ components [ 'vfT<%= key %>' ] = Vue . component ( 'vfT<%= key %>' , < %= vfresolver ( options . vuefrontConfig . templates [ key ] ) % > ) < % } % >
120+
121+ < % for ( var key in options . vuefrontConfig . components ) { % >
122+ components [ 'vf<%= key %>' ] = Vue . component ( 'vf<%= key %>' , < %= vfresolver ( options . vuefrontConfig . components [ key ] ) % > ) < % } % >
120123
121124 < % for ( var key in options . vuefrontConfig . modules ) { % >
122125 components [ 'vfModule<%= key %>' ] = Vue . component ( 'vfModule<%= key %>' , < %= vfresolver ( options . vuefrontConfig . modules [ key ] ) % > ) < % } % >
You can’t perform that action at this time.
0 commit comments