默认提交
Showing
8 changed files
with
311 additions
and
23 deletions
-
Please register or sign in to post a comment
... | ... | @@ -4,3 +4,8 @@ |
// background-color: wheat; | ||
padding-bottom: 200px; | ||
} | ||
.date-wrap{ | ||
width: 320px; | ||
} | ||
... | ... |
<template> | ||
<div class="content"> | ||
<date-picker> | ||
</date-picker> | ||
<div class="date-wrap"> | ||
<date-picker v-model="value1"></date-picker> | ||
</div> | ||
<div>{{value1}}</div> | ||
</div> | ||
</template> | ||
... | ... |