fix(ssr): handle fallthrough attrs in ssr compile output
This commit is contained in:
@@ -23,6 +23,7 @@ import { ssrTransformIf } from './transforms/ssrVIf'
|
||||
import { ssrTransformFor } from './transforms/ssrVFor'
|
||||
import { ssrTransformModel } from './transforms/ssrVModel'
|
||||
import { ssrTransformShow } from './transforms/ssrVShow'
|
||||
import { ssrInjectFallthroughAttrs } from './transforms/ssrInjectFallthroughAttrs'
|
||||
|
||||
export function compile(
|
||||
template: string,
|
||||
@@ -55,6 +56,7 @@ export function compile(
|
||||
trackVForSlotScopes,
|
||||
transformExpression,
|
||||
ssrTransformSlotOutlet,
|
||||
ssrInjectFallthroughAttrs,
|
||||
ssrTransformElement,
|
||||
ssrTransformComponent,
|
||||
trackSlotScopes,
|
||||
|
||||
Reference in New Issue
Block a user