@kizmann/nano-ui 0.8.29 → 0.8.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/demos/overview.html
CHANGED
@@ -828,12 +828,12 @@
|
|
828
828
|
<div class="col--auto">
|
829
829
|
<n-select style="width: 100px;" v-model="n_paginator.size" :options="sizes"></n-select>
|
830
830
|
</div>
|
831
|
-
<div class="col--auto"
|
831
|
+
<div class="col--auto">`
|
832
832
|
<n-select style="width: 210px;" v-model="n_paginator.type" :options="types"></n-select>
|
833
833
|
</div>
|
834
834
|
</div>
|
835
835
|
|
836
|
-
<n-paginator :total="
|
836
|
+
<n-paginator :total="200000" v-bind="n_paginator"></n-paginator>
|
837
837
|
|
838
838
|
<h2>NVirtualscroller</h2>
|
839
839
|
|