Skip to content

1 - 你好 ! #3141

@yufei103109

Description

@yufei103109
// 你的答案
<script setup>
import { ref } from "vue"
const msg = ref("Hello World!")
</script>

<template>
  <div>
    <h1>{{msg}}</h1>
  </div>
</template>



<!--

或者 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