Skip to content

Commit 03d25cc

Browse files
committed
chore(build): release for rc1
1 parent eaf7890 commit 03d25cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/db.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/public/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3 id="perPageCustom"><a href="#perPageCustom" class="headerlink" title="perPag
111111
<li><strong>Type</strong>: <code>Array</code></li>
112112
<li><strong>Usage</strong>:</li>
113113
</ul>
114-
<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>
114+
<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>
115115
<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>
116116
<h3 id="scrollPerPage"><a href="#scrollPerPage" class="headerlink" title="scrollPerPage"></a>scrollPerPage</h3><p>Scroll per page, not per item.</p>
117117
<ul>

docs/public/js/vue-carousel.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)