We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff69c0b + e72c69d commit d44ad58Copy full SHA for d44ad58
packages/build-plugin-lowcode/src/templates/view.js
@@ -4,6 +4,7 @@ import * as componentInstances from '{{{entryPath}}}';
4
5
{{{scssImport}}}
6
7
+{{{ componentViewsExportStr }}}
8
export * from '{{{entryPath}}}';
9
{{{ componentViewsExportStr }}}
10
0 commit comments