MCPcopy
hub / github.com/vuejs/core / ssrInterpolate

Function ssrInterpolate

packages/server-renderer/src/helpers/ssrInterpolate.ts:3–5  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

1import { escapeHtml, toDisplayString } from '@vue/shared'
2
3export function ssrInterpolate(value: unknown): string {
4 return escapeHtml(toDisplayString(value))
5}

Callers 1

Calls 2

escapeHtmlFunction · 0.90
toDisplayStringFunction · 0.90

Tested by

no test coverage detected