Thomas Champion

Results 9 comments of Thomas Champion

It's a real need, this will allow to separate component and routing concerns. This feature exists in vue router : https://router.vuejs.org/guide/essentials/passing-props.html#boolean-mode

This feature exists in UI Router as well : - AngularJS : https://ui-router.github.io/guide/ng1/route-to-component#resolve-bindings - Angular : https://ui-router.github.io/ng2/docs/latest/interfaces/state.statedeclaration.html

Hi, This issue is due to the following line in angular-simple-logger/dist/index.js line 9 : `var angular = require('angular');` So in Webpack build, AngularJS is loaded twice. It will better to...

It sill an issue for me, I try to move from devDependencies to dependencies, try to use `~/` instead of `./`, try to use last version of @nuxtjs/vuetify, try to...

Hi, Any fix or workarounds for this issue ? :(

@MikeBellika Thanks you so much, I take hours to try to fix this. It's not clear in the docs that `locales` property should be only lie on `nuxt.config` and not...

Hi, I have the same issue even with TypeScript 5.4.5, is it possible to merge this PR ?

> @Reeska have you set the `future.compatibilityVersion` in your Nuxt project to `4`? No, I didn't

Today I upgraded to latest vite version and I got this issue on Gitlab CI, with this stack trace: ``` > vite build /builds/front-js-components/ocs/ocs-apps/apps/ocs-stb/node_modules/rollup/dist/native.js:87 throw new Error( ^ Error: Cannot...