Joel Rodrigues

Results 8 comments of Joel Rodrigues

Kind of the same as everybody I use httpd to compile php ```bash switch-php 7.4 -v 👀 Verifying that Valet is installed... 🔍 Checking which PHP versions are installed... 🔀...

> @jalendport Just to know... Is this project dead? Doesn't seem so, the last issue closed was in 2019 `#12 by souhaiebtar was closed on 16 Nov 2019`

[API](https://vuetifyjs.com/en/components/tabs#api) `` Name: Value Type: Any Default: Undefined Description: Sets the value of the tab. If not provided, the index will be used. `` Name: Value Type: Any Default: Undefined...

@nekosaur any prediction to this issue, it is parked for a while

The vue bug is corrected in https://unpkg.com/[email protected]/ #https://github.com/vuejs/vue/issues/9421

@adamprocter one of the reasons is because the v-model have some breaking changes. In Vue 2 the defaults were `prop: 'value', event: 'input'`. In Vue 3 the defaults are `prop:...

> @joelpro2 If you replace `:key="item.tab"` with `:href="'#${item.tab}'"` (and replace ' here with `) in in your codepen https://codepen.io/joel_rodrigues/pen/poJJxEm?editors=1011, it will work as expected. That looks like a really bad...

> > > @joelpro2 If you replace `:key="item.tab"` with `:href="'#${item.tab}'"` (and replace ' here with `) in in your codepen https://codepen.io/joel_rodrigues/pen/poJJxEm?editors=1011, it will work as expected. > > > >...