14 lines
261 B
Vue
14 lines
261 B
Vue
<!--
|
|
* @Author: 田鑫
|
|
* @Date: 2024-06-07 13:55:17
|
|
* @LastEditors: 田鑫
|
|
* @LastEditTime: 2024-06-07 18:27:32
|
|
* @Description:
|
|
-->
|
|
<template>
|
|
<div id="comp3">comp3</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|
|
<style lang="scss" scoped></style>
|