feat: ssr support for <style vars>
This commit is contained in:
@@ -24,6 +24,7 @@ import { ssrTransformFor } from './transforms/ssrVFor'
|
||||
import { ssrTransformModel } from './transforms/ssrVModel'
|
||||
import { ssrTransformShow } from './transforms/ssrVShow'
|
||||
import { ssrInjectFallthroughAttrs } from './transforms/ssrInjectFallthroughAttrs'
|
||||
import { ssrInjectCssVars } from './transforms/ssrInjectCssVars'
|
||||
|
||||
export function compile(
|
||||
template: string,
|
||||
@@ -57,6 +58,7 @@ export function compile(
|
||||
transformExpression,
|
||||
ssrTransformSlotOutlet,
|
||||
ssrInjectFallthroughAttrs,
|
||||
ssrInjectCssVars,
|
||||
ssrTransformElement,
|
||||
ssrTransformComponent,
|
||||
trackSlotScopes,
|
||||
|
||||
Reference in New Issue
Block a user