We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a369ca commit 7222fbcCopy full SHA for 7222fbc
src/index.js
@@ -90,11 +90,11 @@ function resolveComponent(currentSource, context) {
90
// If a extend block matching the extension point was found, replace the point's content with the extend block's
91
if (extendBlock) {
92
extPoint.children = extendBlock.children;
93
- }
94
95
- // Change extension point tag to a template tag
96
- extPoint.name = 'template';
97
- delete extPoint.attribs[options.EXT_POINT_NAME_ATTR];
+ // Change extension point tag to a template tag
+ extPoint.name = 'template';
+ delete extPoint.attribs[options.EXT_POINT_NAME_ATTR];
+ }
98
});
99
100
// Resolve promise with the new generated SFC
0 commit comments