Skip to content

Commit 9bfdece

Browse files
committed
[update] how-to-start updated
1 parent 5d441ad commit 9bfdece

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

docs/how-to-start.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,15 @@ const data = [
139139
},
140140
]
141141

142-
const infoShape = {
143-
preview: true,
144-
category: true,
145-
title: true,
146-
price: true,
147-
details: true,
142+
const cardShape = {
143+
review: false,
144+
subtitle: false,
145+
price: false,
148146
};
149147

150148
new booking.Booking("#root", {
151149
data,
152-
infoShape,
150+
cardShape,
153151
// other parameters
154152
});
155153
~~~

0 commit comments

Comments
 (0)