Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fix(swiper demo): controller list not shown
Browse files Browse the repository at this point in the history
  • Loading branch information
b2nil committed Nov 29, 2020
1 parent bf4ba86 commit f2331f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/view/swiper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default defineComponent({

h(View, { class: 'control-cnt' }, {
default: () => [
h(AtList, {
h(AtList, null, {
default: () => [
h(AtListItem, {
title: '指示点',
Expand Down

0 comments on commit f2331f7

Please sign in to comment.