Skip to content

218 - 渲染函数[h()] #2237

Open
Open
@mu-muw

Description

@mu-muw
// 你的答案
  • {{ itme.name }}
<script setup > import { ref } from "vue" const list = [{ name: "John", }, { name: "Doe", }, { name: "Smith", }] const current = ref(0) function dianji(index) { current.value = index } </script> <style> .change { color: red } </style>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions