Open mateuswetah opened 1 year ago
In my repository I have `vue-compat installed to see all the things that I must change and therefore some warnings appear.
Buefy-next version: 0.1.0 Vuejs version: 3.3.4 OS/Browser: Linux/Firefox
The following warning message appears:
This is likely being caused by this: https://github.com/ntohq/buefy-next/blob/f0348bfbc83536b76717b023821f941ac5c83ae9/src/components/dropdown/Dropdown.vue#L10
It should happen with any usage of the <b-dropdown> component as long as vue-compat is installed (I believe other components might fall into this too, but I'm focusing on this to keep things simple).
<b-dropdown>
vue-compat
No warning at all :)
<b-datepicker> should have a similar issue: https://github.com/ntohq/buefy-next/blob/f0348bfbc83536b76717b023821f941ac5c83ae9/src/components/datepicker/DatepickerTableRow.vue#L19
<b-datepicker>
Overview of the problem
In my repository I have `vue-compat installed to see all the things that I must change and therefore some warnings appear.
Buefy-next version: 0.1.0 Vuejs version: 3.3.4 OS/Browser: Linux/Firefox
Description
The following warning message appears:
This is likely being caused by this: https://github.com/ntohq/buefy-next/blob/f0348bfbc83536b76717b023821f941ac5c83ae9/src/components/dropdown/Dropdown.vue#L10
Steps to reproduce
It should happen with any usage of the
<b-dropdown>
component as long asvue-compat
is installed (I believe other components might fall into this too, but I'm focusing on this to keep things simple).Expected behavior
No warning at all :)