Closed tog22 closed 3 years ago
Well you dont have these variables in your example and that is the problem. e.g. :rignt=right requires that you have "right" variable declared in your component
Gotcha, thanks!
On Fri., Sep. 10, 2021, 4:16 a.m. Nikola Kostadinov, < @.***> wrote:
Closed #20 https://github.com/Innologica/vue-dropdown-menu/issues/20.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Innologica/vue-dropdown-menu/issues/20#event-5283886176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGZALMCYTQKAZZMEAWIWODUBHSH5ANCNFSM5DHQL3QA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi,
Thanks for this module. I've installed it following the instructions, and see it in my project's node_modules. I've pasted the demo source into one of my Vue components as is. Following your install instructions my component has:
``
However the "Click to open dropdown" demo doesnt appear on this page and I get this console error:
I get the same error for all your props.
You can see my code at https://github.com/tog22/simcountry_vue/blob/4817d4eb9c2ed50fb1f86b4459332be036abbd19/components/Control_Bar.vue