Marius A

Results 125 comments of Marius A

@LinusBorg > Sidenote: Depending on your usecase you might not need portal-vue anymore as Vue 3 has a basic Portal in core now, named ``. > > https://github.com/vuejs/rfcs/blob/master/active-rfcs/0025-teleport.md Will you...

Instead of duplicating the effort, improving `teleport` would be better instead of porting `portal-vue` to vue3? Or maybe have `teleport` plugins. As a developer, I'd also want one component which...

Hi @markthree , thanks for sharing that! How are `top.vue, default.vue and user.vue` nested? What's their content, please? Does rendering `foo.vue` include content from all these 3?

Thanks @markthree ! At `http://localhost:3000/user` I see ``` top user index [to foo](http://localhost:3000/user/foo) ``` The original reporter asked for multiple nested layouts. That is, have content from both `top` &...

Now I'm using https://github.com/ktsn/vue-router-layout which works great, but no vue3 support. What do you think about it?

Now I'm using https://github.com/ktsn/vue-route-generator#route-custom-block which can handle this at top of a .vue file: ``` { "meta": { "auth": false } } ``` Could this also work in voie?

Please add a setting for users to choose between * Block all new requests (existing ones continue to work. Link to chrome://serviceworker-internals/) * Ask every time (current behavior) This allows...

Thanks Konstantin! I'm sure you have more important things to focus on. Just pointing out in the docs the return data.map workaround would be great, no need to actually implement...

It happens when using ``` require('dayjs/locale/' + lang) ``` That is, with a variable. Example: ``` vue create hello-world cd hello-world/ npm install dayjs --save npm run serve ``` then...

Same issue on Fedora 31 with appimagelauncher-2.1.4-travis987.7cb4d70.x86_64.rpm Click on Customize -> crash. ![Screenshot from 2020-08-31 10-54-51](https://user-images.githubusercontent.com/1283842/91696720-af6d4c00-eb78-11ea-8206-c09d28b75571.png)