Nik

Results 17 issues of Nik

not work with nuxt 3

# Issue How to use that https://github.com/sequelize/sequelize/issues/11836#issuecomment-739545427 ## Versions - sequelize: - sequelize-typescript: - typescript: ## Issue type - [ ] bug report - [ ] feature request ## Actual...

Property 'id' does not exist on type 'WhereOptions'. ``` if (options && options.where && options.where) { const { id } = options.where console.log(id) } ``` ``` import { IsInt, IsOptional...

Cannot start nuxt

bug

not work in nuxt3

No context in bull exceptions handler like in default one. Add information about your environment - OS: Ubuntu - Node 16 - Adonis 5 **Additional context** ``` import Logger from...

What module to use for i18n with nuxt 3 And how to configure

question❓

When import vuex module with code below, no getters and other data added from imported module. const notificationsModule = () => import('../store/modules/Notifications.js'); export default { ... mounted() { this.$store.registerModule("notifications", notificationsModule,...

### Environment --- ### Reproduction [handlers](https://nitro.unjs.io/config#handlers) Server handlers and routes. If routes/, api/ or middleware/ directories exist, they will be automatically added to the handlers array. How to modify api...

enhancement

### Describe the feature remix has nice feature to write server api and reactjs code in one file and not to have two dirs for pages (vue and nitro) ###...

nitro
discussion