Skip to content

1 - 你好 ! #2298

Open
Open
@RanGuMo

Description

@RanGuMo
<script setup>
import { ref } from "vue"
const msg = ref("Hello World")
</script>

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @RanGuMo

        Issue actions

          1 - 你好 ! · Issue #2298 · webfansplz/vuejs-challenges