Skip to content

1 - Hello World #2965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ghost opened this issue May 13, 2025 · 0 comments
Open

1 - Hello World #2965

ghost opened this issue May 13, 2025 · 0 comments

Comments

@ghost
Copy link

ghost commented May 13, 2025

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

<template>
  <div>
    <!-- The output of the page is expected to be Hello World -->
    <h1>{{msg}}</h1>
  </div>
</template>

@ghost ghost added answer en labels May 13, 2025
@github-actions github-actions bot added the 1 label May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants