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
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
<v-select :value.sync="select.value" :options="select.options" options-value="val" multiple name="animals[]"></v-select>
data(){ return { select: { value: [], options: [ {val: 0, label: 'Cat'}, {val: 1, label: 'Cow'}, {val: 2, label: 'Dog'}, {val: 3, label: 'Elephant'}, {val: 4, label: 'Fish'}, {val: 5, label: 'Lion'}, {val: 6, label: 'Tiger'}, {val: 7, label: 'Turtle'} ] }, } }
Error compiling template:
use
<div :id="val">
invalid expression: Unexpected identifier in
options | filterBy searchValue
Raw expression: v-for="option in options | filterBy searchValue"
Help me please. =(
The text was updated successfully, but these errors were encountered: