Skip to content

Commit

Permalink
fix datepicker doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Apr 18, 2017
1 parent 622dc3b commit 87f1998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/docs/pages/DatePickerDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,20 @@
<demo-code-panel demo-file="DatePickerDoc.vue">
<pre><code>
&lt;!-- With Dropdown Example --&gt;
&lt;dropdown tag=&quot;div&quot; class=&quot;form-group&quot;&gt;
&lt;dropdown class=&quot;form-group&quot;&gt;
&lt;div class=&quot;input-group&quot;&gt;
&lt;input class=&quot;form-control&quot; type=&quot;text&quot; v-model=&quot;date&quot; readonly&gt;
&lt;input class=&quot;form-control&quot; type=&quot;text&quot; v-model=&quot;date&quot;&gt;
&lt;div class=&quot;input-group-btn&quot;&gt;
&lt;button class=&quot;btn btn-default&quot; type=&quot;button&quot; data-role=&quot;trigger&quot;&gt;
&lt;i class=&quot;glyphicon glyphicon-calendar&quot;&gt;&lt;/i&gt;
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;ul slot=&quot;dropdown&quot; class=&quot;dropdown-menu&quot;&gt;
&lt;template slot=&quot;dropdown&quot;&gt;
&lt;li&gt;
&lt;date-picker v-model=&quot;date&quot;&gt;&lt;/date-picker&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/template&gt;
&lt;/dropdown&gt;
</code></pre>
</demo-code-panel>
Expand Down

0 comments on commit 87f1998

Please sign in to comment.