No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Framework
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • B

      q-input dynamic v-model dont get updated
      • boo001

      3
      0
      Votes
      3
      Posts
      14
      Views

      B

      @metalsadman
      Thanks a Lot 🙌
      It helped me.

    • SidneiJSilva

      Cordova best practices to do light forms with q-input
      • SidneiJSilva

      3
      0
      Votes
      3
      Posts
      18
      Views

      SidneiJSilva

      @dobbel

      Tks dude! I will read this part of doc to learn more.

    • R

      overwrite quasar component/elements with our own css
      • rajrana

      9
      0
      Votes
      9
      Posts
      50
      Views

      dobbel

      @rajrana

      customize the quasar element for only specific components

      https://vue-loader.vuejs.org/guide/scoped-css.html

    • A

      How to use quasar in my existing django project
      • Alam

      16
      0
      Votes
      16
      Posts
      90
      Views

      dobbel

      @alam

      Without your project code I think this is impossible to solve( for me).

      You could try to ask help on the discord channel.

    • J

      How to use CopyWebPackPlugin in Quasar
      • jmriyaz84

      30
      0
      Votes
      30
      Posts
      156
      Views

      S

      @jmriyaz84 both, you need to create both and test them and see what is easier to manage for you 🙂

    • B

      How to access app instance to set config.errorHandler
      • B4B IT

      3
      0
      Votes
      3
      Posts
      19
      Views

      B

      Hi @dobbel I’ll check the boot files, the sentry guide you mention is for Vue2 I think, but I’ll try anyway

    • M

      How to Troubleshoot Firebase Cloud Messaging
      • marknigh

      4
      0
      Votes
      4
      Posts
      25
      Views

      dobbel

      @technowebs

      What Quasar mode are you using? (SPA, Capacitor, Cordova, ect)

    • R

      How to set QDate events color by hex-code
      • rizwan-ijaz

      2
      0
      Votes
      2
      Posts
      25
      Views

      dobbel

      @rizwan-ijaz

      Maybe this will help:
      https://quasar.dev/style/color-palette#Adding-Your-Own-Colors

    • W

      Align divs with flexbox using quasar classes.
      • whoacowboy

      2
      0
      Votes
      2
      Posts
      16
      Views

      dobbel

      @whoacowboy

      maybe this will help:
      https://quasar.dev/layout/grid/flex-playground

      https://quasar.dev/quasar-utils/dom-utils#Introduction

    • A

      Configure component prop defaults
      • ajenkins

      18
      0
      Votes
      18
      Posts
      687
      Views

      D

      When starting your online business, it is essential to find the right agency and detect bad IT teams. Bad web development agencies are characterized by performing poor quality design and coding, offering clients wrong e-commerce solutions, failing deadlines and costly project estimation. Working with the wrong team might result in failed deadlines, poor quality of work, and wasting money and time. We explain How to Choose a Web Design Company in this blog. Read more click on link.Visit here: https://dinarys.com/blog/tips-to-choose-a-web-development-company

    • W

      This topic is deleted!
      • wiim

      2
      0
      Votes
      2
      Posts
      10
      Views
    • N

      This topic is deleted!
      • novasmith865

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • N

      This topic is deleted!
      • novasmith865

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • T

      Sortable in tabs
      • tonpereira

      3
      0
      Votes
      3
      Posts
      33
      Views

      P

      @dobbel Sortable as in Sortable.js, I think.
      An example would be like this:
      https://sortablejs.github.io/vue.draggable.next/#/table-example

    • J

      disabled q-item not disabling click on q-item-section
      q-item • • jitendra16

      6
      1
      Votes
      6
      Posts
      34
      Views

      M

      Esse problema foi solucionado? estou com essa dúvida…
      Has this problem been solved?I have this doubt…

    • J

      Disable screen zoom while double tap
      • jmriyaz84

      5
      0
      Votes
      5
      Posts
      52
      Views

      J

      @dobbel without implementing this issue got resolved .
      Thanks for your help.

    • R

      Global Bus v Page Bus ?
      • rab

      3
      0
      Votes
      3
      Posts
      82
      Views

      R

      @rab

      A Problem Vue 3 instances no longer implement the event emitter interface. Recommendation is to use mitt. See: https://github.com/vuejs/rfcs/blob/master/active-rfcs/0020-events-api-change.md A Solution Load the code below as a boot file (e.g. pagebus.js). Using this.$on is detected as error so am using $$on instead. // file boot/pagebus.js import { boot } from 'quasar/wrappers' import mitt from 'mitt' export default boot(({ app }) => { app.use({ install: function (Vue, options) { const pagebus = mitt() app.config.globalProperties.$$on = pagebus.on app.config.globalProperties.$$emit = pagebus.emit } }) })

      If you wish to debug:

      ... app.config.globalProperties.$$on = function (ev, ...args) { console.log(ev, args) return pagebus.on(ev, ...args) } ...
    • K

      Expanding and collapsing nodes - extremely slow
      • keechan

      2
      0
      Votes
      2
      Posts
      26
      Views

      dobbel

      @keechan

      I read good things about this virtual scroller( better then the quasar one in situations like this):
      https://github.com/Akryum/vue-virtual-scroller

      Expanding/collapsing nodes is too slow/delayed when all nodes are expanded.

      There are no transitions here to disable ? ( Like you did for the expandAll())

      Here’s an article about speeding up vue, maybe you could find something useful:
      https://codeburst.io/5-vue-performance-tips-98e184338439

    • J

      q-input @input not working
      • javierrodrigo

      4
      0
      Votes
      4
      Posts
      40
      Views

      J

      Thanks. When I use :name.sync with quasar V2 (vue 3) it says deprecated… That’s why I was using the V3 way. Johnny#5034 on discord chat helped me out
      https://discord.com/channels/415874313728688138/806171748046733332/818570585801752676
      Parent:

      <modal-task-name v-model:name="taskToSubmit.name"/>

      Child:

      <q-input :rules="[val => !!val || 'Field is required']" :modelValue="name" @update:modelValue="event => $emit('update:name', event)" outlined label="Task name" class="col" autofocus clearable />
    • ramsesmoreno

      Capacitor Splash Screen deformed
      • ramsesmoreno

      3
      0
      Votes
      3
      Posts
      173
      Views

      B

      I applied this suggestion within Quasar with success:
      https://www.codingandclimbing.co.uk/blog/capacitor-android-splash-screen-stretched