Replies: 1 comment
-
looks like this is a bug of .html (how it works with camelCase named slots) as soon as I moved it to .vue file - all work fine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! I'm struggling with ignorance of noOption slot.
I have html
I tried
<template v-slot:noOptions>
,<template v-slot:no-options>
,<template #noOptions>
I guess everything, but nothing worked.
at the same time slot
caret
works fine, butnoResult
andnoOptions
- notBeta Was this translation helpful? Give feedback.
All reactions