Skip to content

13 - DOM传送门 #2224

Open
Open
@mu-muw

Description

@mu-muw
// 你的答案
```<template>
  <div>
    <input v-model="message" />
    <p>{{ message }}</p>
  </div>
</template> 
<script setup>
import { ref } from 'vue';
const message = ref('Hello World');
</script>


<!--

或者 Vue SFC Playground 在线链接 (https://sfc.vuejs.org)

-->

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions