You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* When in mobile view, only the list or the details are shown
179
+
* When in 'no-split' mobile view, only the list or the details are shown
179
180
* If you provide a list, you need to provide a variable
180
181
* that will be set to true by the user when an element of
181
182
* the list gets selected. The details will then show a back
@@ -208,12 +209,14 @@ export default {
208
209
},
209
210
/**
210
211
* Content layout used on mobile.
212
+
* - `no-split` - a single column layout; List is shown when `showDetails` is `false`, otherwise the default slot content is shown with a back button to return to the list.
213
+
* - 'horizontal-split' - a 2-column layout with list and default content separated horizontally
0 commit comments