mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-15 15:02:10 +08:00
13 lines
145 B
Vue
13 lines
145 B
Vue
<template>
|
|
<div>
|
|
select
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang='ts'>
|
|
defineProps({})
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |