Rafael Araujo Lehmkuhl

Results 19 comments of Rafael Araujo Lehmkuhl

Seems that you're missing the [moduleCache key](https://github.com/FranckFreiburger/vue3-sfc-loader/blob/7aece11685818c1992bf531834d82dc30660107e/src/index.ts#L133) on options object.

Looking at the source `index.ts` now, I don't see a way to pass an options without the `pathResolve` and `getResource`, since they are not optional, so TypeScript will throw a...

> Hi @FranckFreiburger, I got it closer using only "vue3-sfc-loader" and adding it to `shims` file, but it's not working, > I'm able to compile it but with a couple...

> what options did you select at prompt? just did fresh install on windows, no issue. All except .jsx support. I've used the script yesterday and it worked without issues....

> which prompt are you selecting during `vue add vuetify`? i did `yarn create @vitejs/app my-beta-app --template vue` which doesn't provide any prompts, and then during `vue add vuetify` i...

One thing I've just remember, and I would like to add: I'm using yarn 3.2.1, and I'm pretty sure by the time the prompt worked, I was using yarn classic....

@MajesticPotatoe using yarn 1.23.0 I moved forward and begin to test other parts. One thing that also appears not to be working is the integration of Vuetify3 with Vitest. I...

Was this ever solved? Remarkable is the best markdown editor I've found, but this is a show stopper unfortunately :/

And the ideia of allowing the user to disable auto-scroll. Would that be fine? I can take a look in the code and see if I can make anything like...

I don't know. Will check the code to better answer it.