Dmitriy
Dmitriy
@pashkash At the moment I don't remember why, but this my code now ```js @Crud({ model: { type: BreedDto, }, dto: { create: CreateBreedDto, update: UpdateBreedDto, }, routes: { only:...
Try use ```js export default { // ... methods: { init: waitFor('initializing', async function() { await this.$store.dispatch('projects/projects/init'); }), } } ```
@bellalMohamed Can you help with envs in this repo) Can't do work it without `SENTRY_PREFIX` and `SOURCEMAP_REL_DIR` envs
@rahulkutah, have you tried decorator `@Type` for this? `@Type(() => ProfileDto)`
@vova-kondrashov, now i use filter from vue-mask in `onTextChange` handler ```js onTextChange({ value }) { if (!this.mask) return this.$emit('input', value); const masked = VueMaskFilter(value || '', this.mask); if (value !==...
If add merging, mb then an optional rewrite, for something like this? ```ts // Case for rewrite color theme for some pages useHead({ htmlAttrs: { class: { 'foo': true, 'theme-dark':...
Also can use `vue-infinite-loading/src/components/InfiniteLoading` directly
Add this to options of loader ```js { ... engine: 'lodash', } ```
@vis97c, to add some functionality from nuxt modules, for example my [small package](https://github.com/Kolobok12309/vue-router-webcache) for enable vue-router working in webcache