2020-08-27 17:18:57 +08:00

218 B

layout
templateLayout
<template>
    <Wb-input-date-picker :value="new Date()" disabled />
    <Wb-input-date-picker :value="new Date()" readonly />
</template>
<script>
export default {
}
</script>