Results 36 comments of Marcelo Formentão

Have you successfully imported Vuetify @dyardyGIT ? If needed, I can create a branch with these changes to help you.

I get it working @abreumatheus and I'll try to pull request it soon.

There is some explanations in [Vue Style Guide](https://vuejs.org/v2/style-guide/#Single-file-component-filename-casing-strongly-recommended) which I think was written by him. Those underscore components are automatically imported in all files, which you don't have to worry...

Hey @chrisvfritz, you did an awesome refactor here! I implemented this content in my project but I got a little problem, On the first load, it always show a little...

Nice @chrisvfritz, I was thinking about this last idea, but I couldn't find a way to implement this. 😞

Works like charm @chrisvfritz, just a question, this code will not block this one from lazyLoadView? ```js // A component to use while the component is loading. loading: require('@views/_loading').default, //...

I think this now should be easier with the new `v-intersect` (directive) in vuetify

No problem @akxcv, I really appreciate your effort. I tried to disable most of the babel plugins we have and let only vuera works in it, but the blank page...

Also happens with me, even setting `wait: true` on Windows 10.

I'm trying to reproduce a bug here, and I'm thinking that it's because of it. If I use the router directly from next seems to bug some interactions because of...