JSFiddle: add missing <style> and <script>

This commit is contained in:
Leopoldthecoder
2016-11-14 18:10:52 +08:00
committed by cinwell.li
parent fa334a09d4
commit 353dab8c55
30 changed files with 1074 additions and 97 deletions

View File

@@ -25,6 +25,16 @@
}"
placeholder="选择时间">
</el-time-select>
<script>
export default {
data() {
return {
value1: ''
};
}
}
</script>
```
:::