7 lines
110 B
Vue
7 lines
110 B
Vue
|
|
<script setup lang="ts"></script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<div>345</div>
|
||
|
|
</template>
|
||
|
|
<style scoped lang="scss"></style>
|