Commit 6918b81d2cbd1aa5e53987ebc79d47b1960b0f4e

Authored by 梁灏
1 parent de30f1b3

update demo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
examples/routers/time.vue
... ... @@ -2,7 +2,7 @@
2 2 <div>
3 3 <Time :time="1526608921" />
4 4 <Time :time="1652839997" />
5   - <Time :time="ddd" interval="1" />
  5 + <Time :time="ddd" :interval="1" />
6 6 </div>
7 7 </template>
8 8 <script>
... ...