陈宜阳
8 months ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
<template> |
||||
|
<el-calendar v-model="value" /> |
||||
|
</template> |
||||
|
|
||||
|
<script lang="ts" setup> |
||||
|
import { ref } from 'vue' |
||||
|
const value = ref(new Date()) |
||||
|
</script> |
||||
|
|
||||
|
|
Loading…
Reference in new issue