FragsterAt

Results 20 comments of FragsterAt

@yusufkandemir , I think, my solution is the simpliest, because the other way is to change `quassar-config-file.js` to use merge build.config.alias in different order - at first - default aliases...

the negative effect is the impossibility of changing the aliases of `src` and `app` (`#q-app` will be overwritten in any case)

> Does `stores/store` import `src/stores/store` or `app/stores/store`? @stefanvanherwijnen they are all aliases for the same file: `project_folder/src/stores/store.ts` or '.js' Autoimport in VS Code check aliases from first to last and...

I suggest not to remove aliases, but to move them to the end of paths. All imports will continue working. alias for project folder is `app`, so without `app\...` no...

I'm now working with this fix applied. `yarn serve` and `yarn build` are working perfectly.

> On Windows Chrome, font-family: monospace; won't show as monospace font. Looks like broken settings in chrome. Go to chrome://settings/fonts and check your monospace font value. In any case Courier...

@CNOCTAVE you can check actual rendered font in inspector in "computed" tab: ![Image](https://github.com/user-attachments/assets/f5eb338e-5c9f-4fdf-a1ff-351524f0589f)

> The actual rendered font is NSimSun. > My Chrome monospace font value is "Default". Default is "default system font". In all my chrome installations in windows default value for...

> web developer cannot force users changing their Chrome settings. > I will add new bug to Chrome. If you sure, that your setting is real default setting and wasn't...

This component is part of layout: https://quasar.dev/layout/drawer (like QPage etc)