<template> <div style="margin-bottom: 20px;"> <s-date-picker v-model="value"></s-date-picker> </div> </template> <script> export default { data () { return { value: '' } } } </script>