Skip to content
tov-template
Search
K
Main Navigation
指南
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
defineOptions
html
<
script
setup
lang
=
"ts"
>
// 定义额外的 options
defineOptions
({
name:
'Foo'
,
})
</
script
>