ruoyi-plus-soybean/src/App.vue

9 lines
114 B
Vue
Raw Normal View History

<template>
2021-06-04 01:41:16 +08:00
<div>
<el-date-picker />
</div>
</template>
<script lang="ts" setup></script>
<style></style>