Skip to content

Commit

Permalink
Merge pull request #1744 from nextcloud/fix/docs-multiselect
Browse files Browse the repository at this point in the history
Fix formattedOptions var in multiselect docs
  • Loading branch information
skjnldsv authored Mar 10, 2021
2 parents f8026bd + 8c80fb4 commit 7ca94fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Multiselect/Multiselect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The singleLabel slot here is optional of course and here for demonstration purpo

```vue
<template>
<Multiselect v-model="value" :options="formatedOptions"
<Multiselect v-model="value" :options="formattedOptions"
label="displayName" track-by="user"
:user-select="true"
style="width: 250px">
Expand Down

0 comments on commit 7ca94fc

Please sign in to comment.