fix(ssr): handle fallthrough attrs in ssr compile output
This commit is contained in:
@@ -210,7 +210,7 @@ export function generate(
|
||||
if (!ssr) {
|
||||
push(`function render(_ctx, _cache) {`)
|
||||
} else {
|
||||
push(`function ssrRender(_ctx, _push, _parent) {`)
|
||||
push(`function ssrRender(_ctx, _push, _parent, _attrs) {`)
|
||||
}
|
||||
indent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user