@krish7280 There is no default export in Vue 3 anymore. Directly import what you need from it. Please refer to the vue 3 docs.

Posts made by rstoenescu
-
RE: Quasar v2 with Vue 3 roadmap
-
Quasar v2.0.0-beta.11 released! (Vue 3)
https://github.com/quasarframework/quasar/releases/tag/quasar-v2.0.0-beta.11
- feat(ui): Support for Bootstrap Icons (includes Bootstrap Icons set) (#8665)
- fix(AddressbarColor): typo in regards to Platform (#8678)
- fix(QTabPanels/QCarousel/QStepper): keep-alive-include and keep-alive-exclude not working correctly #8657
-
@quasar/app v3.0.0-beta.10 released! (Vue 3)
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v3.0.0-beta.10
- feat(app): upgrade webpack-dev-server dep
- fix(app): default store template has “someAction” instead of “someGetter” (#8652)
-
Quasar v1.15.8/9 released! (Vue 2)
https://github.com/quasarframework/quasar/releases/tag/v1.15.8
- feat(ui): Support for Bootstrap Icons; Bootstrap Icons set (requires q/extras v1.10+)
- fix(QTabPanels/QCarousel/QStepper): keep-alive-include and keep-alive-exclude not working correctly #8657
-
RE: Smoother scrolling
@anandtripathi You’re aware that you are commenting on a 4 year old thread, meant for a very old Quasar (v0.x).
-
Quasar v2.0.0-beta.10 released! (Vue 3) Quite an important update.
https://github.com/quasarframework/quasar/releases/tag/quasar-v2.0.0-beta.10
We’ve packed a lot of enhancements in this release (perf included!).
New
- feat(ui): multi-app support (app.use() multiple times) (#8510) (#8634)
- feat(ui): new Quasar config prop (iconMapFn); also expose it through Quasar.iconSet
- perf(QIcon): improve matching algorithm
- perf(ui): better mechanism to detect attached events on various components
- feat(ui): prepare some Quasar plugins as soon as they are imported (LocalStorage, SessionStorage, Cookies, AddressbarColor, AppFullscreen, AppVisibility) #8595
- feat(QPagination): new props (flat, active-color, active-text-color) #7929
- feat(ts): add shim-lang.d.ts for typescript (#8624)
- feat(ui/typescript): align Quasar export type with implementation
- feat(Loading): no transitioning when Loading is called and already active (just background color) #8623
Fixes
- fix(ui/date): fix incorrect reference when changing date with “months” #8617
- fix(QBtn/QEditor/QTabs): should attach passive ontouchstart events #8610
- fix(QPagination): correctly manage events on the inner input #8614
- fix(ui): correctly handle listeners/attributes split so they’re reactive
- fix(QTabs): recalculate justify, scroll and arrows on activate (if keep-alive) #8601 #8606
- fix(QBtnDropdown): remove spacing between main button and split when outline #8594 #8603
- chore(css): add outline 0 fo dialog backdrop, remove outline for focus also on mobile #8636
- fix(QInput): keep cursor position when the model is not in sync with the input value #8600 #8605
- fix(QPageScroller): scroll-offset prop not working correctly when in reverse mode #8625
- fix(LocalStorage/SessionStorage): server-side default methods should return correctly typed values
- fix(QDialog): correctly coordinate QDialog + QMenu events so that clicking on backdrop with opened QMenu does not also close the QDialog
- fix(QSelect): focus() method should not open popup #8592
-
@quasar/app v2.2.3 released! (Vue 2)
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v2.2.3
- fix(app): TS store template mistake (someAction instead of someGetter)
-
Quasar v1.15.7 released! (Vue 2)
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.15.7
- fix(QInput): (regression) restrict setSelectionRange to allowed input types #8653 (#8654)
-
Quasar v1.15.6 released! (Vue 2)
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.15.6
New
- feat(ts): add shim-lang.d.ts for typescript (#8624)
- feat(ui/typescript): align Quasar export type with implementation (#8632)
- feat(QPagination): new props (flat, active-color, active-text-color) #7929
- feat(Loading): no transitioning when Loading is called and already active (just background color) #8623
Fixes
- fix(QTabs): recalculate justify, scroll and arrows on activate (if keep-alive) #8601 (#8606)
- fix(QBtnDropdown): remove spacing between main button and split when outline #8594 (#8603)
- chore(css): add outline 0 fo dialog backdrop, remove outline for focus also on mobile (#8636)
- fix(QInput): keep cursor position when the model is not in sync with the input value #8600 (#8605)
- fix(LocalStorage/SessionStorage): server-side default methods should return correctly typed values
- fix(QPageScroller): scroll-offset prop not working correctly when in reverse mode #8625
-
@quasar/app v2.2.2 released! (Vue 2)
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v2.2.2
- fix(TS): webpack-dev-server typings (#8596)
-
Quasar v2.0.0-beta.9 released! (Vue 3)
https://github.com/quasarframework/quasar/releases/tag/quasar-v2.0.0-beta.9
New
- feat(QTable): expose computedRows, computedRowsNumber (#8576)
Fixes
- fix(QUploader): upload btn visibility broken by max-* props #8558
- fix(api): Update QItemLabel.json (#8562)
- fix(QField): tweak q-field__inner to accept custom components with fixed aspect ratio #8482 #8484
-
quasar/app v3.0.0-beta.9 released! (Vue 3)
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v3.0.0-beta.9
- fix(app): capacitorPluginSplashscreen check #8582 (#8584)
-
@quasar/app v2.2.0/2.2.1 released! (Vue 2) Capacitor v3 support among others
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v2.2.0
New
- feat(app): Backport Capacitor v3 support from Quasar v2 #8366 (#8585)
- feat(ts): upgrade TS version (ts-loader 8.0.17 and typescript 4.2.2) (#8546)
Fixes
- fix(app/electron): first run of the build command fails #8521
- fix(app/ts): remove fork-ts-checker v5 buggy configuration
-
Quasar v1.15.5 released! (Vue 2)
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.15.5
Fixes
- fix(TS): Update date.d.ts (#8547)
- fix(QParallax): fix not working in RTL mode #8549 (#8550)
- fix(api): Update QItemLabel.json to match latest major browser support info (#8562)
- fix(TS): Update date.d.ts (#8547)
- fix(QField): tweak q-field__inner to accept custom components with fixed aspect ratio #8482 #8484
-
@quasar/app v3.0.0-beta.8 (Vue 3) released! New features for PWA and Capacitor
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v3.0.0-beta.8
Overview
- Capacitor v3 support (check Quasar CLI > Developing Capacitor Apps pages).
- TS support for PWA. Should you wish to use it, just rename the extensions of /src-pwa/*.js files to “.ts”.
- Workbox with InjectManifest mode: the custom-service-worker.js/.ts now gets compiled, so the old restrictions are no longer valid (like not being able to import with relative path and not having a linter active – you can now configure it).
For in-depth information please consult the appropriate pages in our documentation.
New
- feat(app): Capacitor v3 support
- feat(app): Compile PWA custom service worker; Add TS support for the custom sw and register-sw
- Upgrade deps: vue@3.0.6, @vue/compiler-sfc@3.0.6, @vue/server-renderer@3.0.6, vue-router@4.0.4, archiver@5.20, chokidar@3.5.1, fast-glob@3.2.5, fs-extra@9.1.0, register-service-worker@1.7.2, sass@1.32.8, semver@7.3.4, table@6.0.7, webpack-bundle-analyzer@4.4.0, webpack-dev-server@3.11.2
- chore(app): upgrade TS deps (4.2.2)
- chore(app): Bump default workbox-webpack-plugin to v6
Fixes
- fix(app/electron): first run of the build command fails #8521
-
Quasar v2.0.0-beta.8 released! (Vue 3)
https://github.com/quasarframework/quasar/releases/tag/quasar-v2.0.0-beta.8
New
- feat(ui): Capacitor v3 support #8366 (also needs q/app v3.0.0-beta.8 for Capacitor v3)
Fixes
- fix(QInput/QSelect/QField): correctly use the error slot when specified #8522
- fix(QTabPanels): correctly specify emits list #8480
- fix(QCarousel): swipeable not working correctly #8540
- fix(TS): fix an outdated type in quasar.conf.js
- fix(QParallax): RTL mode issue #8549 #8550
-
RE: Q-Uploader with Composition API
That’s the whole point with the label. It shows how much you’ve uploaded. There’s also the max-files and max-total-size props. If we remove from the total size (as you proposed) then those props are essentially useless since they can be bypassed easily.
But the larger picture is that you also have access to the “reset()” method, which resets the components to its initial state. You could do that after the successful upload.
-
Quasar v2.0.0-beta.7 released! (Vue 3)
https://github.com/quasarframework/quasar/releases/tag/quasar-v2.0.0-beta.7
Fixes
- fix(QItemLabel): “lines” prop not working correctly when set to “1”
- fix(QInput): correctly handle keydown event
- fix(QUploader): expose “files” to the instance #8512
- fix(QInput): correctly handle autofocus prop
- fix(QField): correctly handle the floating label
- fix(QSpinner): component does not animate correctly when RTL is enabled #8514
-
Quasar v2.0.0-beta.6 released! (Vue 3)
https://github.com/quasarframework/quasar/releases/tag/quasar-v2.0.0-beta.6
Fixes
- fix(QInput): Add missing event to emits list #8498
- fix(useFormChild): correctly reference props.disable
- fix(QField/QInput/QSelect/…): correctly handle disable property #8481 (#8485)
- fix(field validation): don’t validate disabled components; guard calls to resetValidation; fix autofocus (#8496)
- feat(ui): small tweaks to some event handlers
- fix(ui/build): Minify options #8497
-
Quasar v1.15.4 released! (Vue 2)
https://github.com/quasarframework/quasar/releases/tag/quasar-v1.15.4
- fix(field validation): don’t validate disabled components; guard calls to validate and resetValidation #8481 (#8485)