demiro

Results 23 issues of demiro

Would it be possible to update to ng9?

Since whole building of webpack resources, typescript and sass took ages on webpack I decided to migrate the project to blazingly fast vite (sitll on vue 2 though)... I am...

question
stale

I have a very simple website started of o Vitesse, having pages ``` pages index.vue [manufacturer] [product].vue index.vue ``` **pages/index.vue** is a list of manufacturers, generated by an api call...

using my Vue component like: ``` const suggets = () => { } ``` and in my html file I use something like: `` And I am getting this warning...

would be nice to chose transition effects (most desirable slide in and out)

When running it with typescript I get an error: > ERROR in C:/xxx-vue/src/App.vue > 15:21 Could not find a declaration file for module 'vue-nav-tabs'. 'C:/xxx-vue/src/node_modules/vue-nav-tabs/dist/vue-tabs.common.js' implicitly has an 'any' type....

Hello, I would like to have object instead of images URLs... interface is something like this: export interface IPhotoItem { title?: string; description?: string; thumbnailUrl?: string; photoUrl?: string; order?: number;...

**REQUIRED: Before filing a feature request** Change each `[ ]` to `[x]` when you have done it. - [ x] My issue title starts with `[feature request]` - [x ]...

**Describe the bug** If I run the build with npm run build -- --mode=prod (or any other env) the prerender does not trigger. How do I trigger it with different...

getting errors when using it with typescript