Daniela Rodríguez Careri

Results 38 comments of Daniela Rodríguez Careri

Another simple way would be to create a wrapper component that implements the `v-model` interface: ```vue import SimpleTypeahead from 'vue3-simple-typeahead'; import { onMounted, ref, watch } from 'vue'; const inputRef...

@condac can you repro this on 1.3.0? Provisions were taken so it doesn't happen anymore.

It seemed that not every bootstrap component was imported on `main.scss`. I've added `@import '../../vendor/sass-bootstrap/lib/_sprites.scss';` and at least the icon classes were present on output, but the images referenced couldn't...

Thanks Mike :)

Hi @CrazyKnightGR , thank you for the report. Can you please create a pull request with your changes that we can merge? Thank you!

Oh, I reported this a long time ago... I don't really remember. Let me see if I'm still using the library in any of my projects :smile:

A workaround, since I use temporary ids for new added elements during edition. You must change the expression that is used to evaluate the ids at the moment of serialization:...

Same here on Webpack: `Module not found: Error: Can't resolve 'fs' in '/var/... .../node_modules/markdown-it-imsize/lib/imsize'`