Skip to content

vue

vue
<template>
<h1>hello</h1>
</template>

<script setup lang='ts'>

</script>

<style lang="scss" scoped>

</style>