Skip to content

Commit

Permalink
Merge branch 'hotfix/filename'
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Dec 16, 2018
2 parents 7c3bb43 + 08dd4b1 commit 97d799b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/demo/filters/day/index.vue
@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container :filename="filename">
<div slot="header" flex="main:justify">
<el-date-picker size="mini" type="datetime" v-model="value" placeholder="选择一个日期"/>
<el-button size="mini" type="primary">原值 value : {{value}}</el-button>
Expand Down Expand Up @@ -88,7 +88,8 @@ export default {
},
data () {
return {
value: new Date()
value: new Date(),
filename: __filename
}
}
}
Expand Down

0 comments on commit 97d799b

Please sign in to comment.