Menu
×
×
正确
<template>
<h1>Fish</h1>
@(25)
</template>
<template>
<h1>Fish</h1>
<fish-type/>
</template>
<template>
<h1>Fish</h1>
<fish-type></fish-type>
</template>
<template>
<h1>Fish</h1>
<fish-type />
</template>
不正确
点击 此处 重试 正确
下一题 ❯<template> <h1>Fish</h1>w3exercise_input_no_0</template> |