9 lines
75 B
Vue
9 lines
75 B
Vue
|
|
<template>
|
|||
|
|
<div>
|
|||
|
|
1
|
|||
|
|
</div>
|
|||
|
|
</template>
|
|||
|
|
|
|||
|
|
<script setup>
|
|||
|
|
|
|||
|
|
</script>
|