Léonard Lecouey

Results 9 comments of Léonard Lecouey

Hi @Zzombiee2361 , thanks for your suggestion. Can you bring a use case and which component this should be implemented on?

@Zzombiee2361 Do you have any example of the implementation? It can easily be handled by reseting the v-model or the value of the component. Or you wish there is a...

Hi @Zzombiee2361 , thanks for your suggestion. Since most of the mobile actions are performed on the bottom of the screen, the popover will pop on the bottom. As a...

Hi there, Thank you for your message. Currently, this library is only compatible with Vue 2.0. As Vue 3.0 is now available, I would like to focus on supporting it...

README has been updated to specify the currently supported version Unfortunately, Vue 3 `$listeners` doesn't exist anymore (merged with `$attrs`). Form components like `input` or `select` rely on `$listeners` to...

@wobsoriano Thank you for your suggestion, along with an implementation example 👍 Using vue-demi will add a dependency to the project that I would like to avoid.

I had this error and fixed it setting the pid folder in my capistrano deploy file: `set :unicorn_pid, "#{current_path}/tmp/pids/unicorn.pid"`

In fact, this is the default folder setting in capistrano-unicorn. But capistrano is not setting it so you have to do it by hand :)

@MorevM there is a discussion how to export auto imported functions for eslint here https://github.com/nuxt/framework/discussions/4607