Skip to content

Commit 21d4464

Browse files
authored
docs: clarify the values are escaped automatically (#2217)
1 parent c6f3a01 commit 21d4464

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guide/api-plugin.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ Vite プラグインは Vite 特有の目的を果たすフックを提供する
387387

388388
interface HtmlTagDescriptor {
389389
tag: string
390+
/**
391+
* 属性の値は必要に応じて自動的にエスケープされます
392+
*/
390393
attrs?: Record<string, string | boolean>
391394
children?: string | HtmlTagDescriptor[]
392395
/**

0 commit comments

Comments
 (0)