Skip to content

Commit

Permalink
fix: processAttrs for ali wrap view
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 committed Jun 27, 2024
1 parent 1aae96f commit e28a4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/lib/template-compiler/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2021,10 +2021,10 @@ function postProcessAliComponentRootView (el, options, meta) {

replaceNode(el, componentWrapView, true)
addChild(componentWrapView, el)
processAttrs(componentWrapView, options)
postMoveBaseDirective(componentWrapView, el, options)

if (options.runtimeCompile) {
processAttrs(componentWrapView, options)
collectDynamicInfo(componentWrapView, options, meta)
postProcessAttrsDynamic(componentWrapView, config[mode])
}
Expand Down

0 comments on commit e28a4cd

Please sign in to comment.