Skip to content

Commit

Permalink
chore(build): release for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnlangille committed Oct 24, 2018
1 parent eaf7890 commit 03d25cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/db.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3 id="perPageCustom"><a href="#perPageCustom" class="headerlink" title="perPag
<li><strong>Type</strong>: <code>Array</code></li>
<li><strong>Usage</strong>:</li>
</ul>
<figure class="highlight html"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="tag">&lt;<span class="name">carousel</span> <span class="attr">:perPageCustom</span>=<span class="string">"[[768, 3], [1024, 4]]"</span>&gt;</span></span><br></pre></td></tr></table></figure>
<figure class="highlight html"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="tag">&lt;<span class="name">carousel</span> <span class="attr">:per-page-custom</span>=<span class="string">"[[768, 3], [1024, 4]]"</span>&gt;</span></span><br></pre></td></tr></table></figure>
<p>A mobile-first strategy is used to determine the matching breakpoint. In the above example, the <a href="/vue-carousel/api#perPage">perPage</a> variable has not been set, so the default of <strong>2</strong> is used. If the window size is greater than or equal to 768px, then 3 slides are shown. If the width is greater than or equal to 1024, then 4 slides are shown.</p>
<h3 id="scrollPerPage"><a href="#scrollPerPage" class="headerlink" title="scrollPerPage"></a>scrollPerPage</h3><p>Scroll per page, not per item.</p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions docs/public/js/vue-carousel.min.js

Large diffs are not rendered by default.

0 comments on commit 03d25cc

Please sign in to comment.