Skip to content

1 - Hello World #2170

Open
Open
@Haunth

Description

@Haunth
<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>

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

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Haunth

        Issue actions

          1 - Hello World · Issue #2170 · webfansplz/vuejs-challenges