Dmitriy
Dmitriy
I have 2 entities with specific routes, they haven't `getOneBase` routes, only `'getManyBase', 'createOneBase', 'updateOneBase', 'deleteOneBase'` For one of this entities i have this crud options ```js @Crud({ model: {...
fix #1977  
No one word about `watchParam` feature from this PR nuxt/nuxt.js#6244, in all languages This caused issue nuxt/nuxt.js#10139
I use this package and it worked well with hydration and async componnets. But can i exclude some async components, from initial html scripts? I have NavBar with some only...
In our app we often see this error ``` Cannot convert undefined or null to object ``` This issue is duplicate of #346, but there was no answer I add...
Mb for nuxt asyncData api, because `waitFor` not working for this Something like this ```js export default function (waiter, func) { return async (...args) => { const { app }...
1. If i add custom router in `.nuxt` folder, this fragment create relative link, but for `.nuxt` folder it hasn't dot prefix, for example path to `.nuxt/custom-router.js` is `custom-router.js`, webpack...
Начиная с ios 13, появилась возможность исполнять js на необходимых страницах через ios commands/shortcuts Не нашел контактов, поэтому пишу в issue Моя черновая [интерпретация](https://gist.github.com/Kolobok12309/3c469723783179e720d5d9a12753eb3e) на js, проверил не один раз,...
### Environment Nuxt CLI v3.0.0-rc.4 10:33:52 RootDir: 10:33:53 Nuxt project info: 10:33:53 ------------------------------ - Operating System: `Darwin` - Node Version: `v14.19.3` - Nuxt Version: `3.0.0-rc.4` - Package Manager: `[email protected]` -...
For example new props `isStatic: boolean` - this import can changes or it static string `staticSpecifier: string` or `specifier: string` - if `isStatic: true` it can be useful My case...