10 lines
117 B
Vue
10 lines
117 B
Vue
<template>
|
|
<div>
|
|
<h3>antv</h3>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
<style scoped></style>
|