<v-select
:value="selectSelected"
:options="selectOptions"
:searchable="false"
on-change="consoleCallback"
placeholder="Sort by ...">
</v-select>
You're missing the semi colon for :on-change. There's a typo in the docs there that I need to fix.
Typo still not fixed in docs @sagalbot
@joshua1 yeah, it's on my list. I'm in the process of converting the docs to markdown so they're easier to contribute to.
got here because of the typo as well 馃槃
How hard could it be to fix it....
How hard could it be to fix it....
@VSG24 @wushaobo - harder than you'd think. I started overhauling the docs so that they'd be easier for people to contribute to, and the build process for it is in limbo. I will soon have scheduled time to work on the repository, won't be long now.
@sagalbot Thank you for addressing this issue and all the hard work involved with the maintenance of this plugin.
Are you looking for contributors?
Most helpful comment
Typo still not fixed in docs @sagalbot