11 lines
96 B
Vue
11 lines
96 B
Vue
<script setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<h1>hello ,im 3</h1>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |