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. Arkshine
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 2
    • Groups 0

    Arkshine

    @Arkshine

    2
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Arkshine Follow

    Best posts made by Arkshine

    • RE: remove deep element

      As side-note, you can also do it without CSS – that’s something you could achieve with slots: https://quasar.dev/vue-components/uploader#Slots by customizing the header.
      More verbose though, but I guess cleaner in a way.

      posted in Help
      A
      Arkshine
    • RE: Set Meta Description from within Vue page

      Not a pro, but am I wrong or you are not using SSR mode? Dynamically changing the meta makes sense only with SSR.
      You said you’re using PWA, you might need to check the doc about running SSR + PWA.

      posted in Framework
      A
      Arkshine

    Latest posts made by Arkshine

    • RE: Resize photos on a client side

      In a project, I’m using this lib https://fengyuanchen.github.io/compressorjs/ ; it allows to resize/compress.
      Used with Uploader component.

      Though, to use it before it’s being uploaded and to show the final size properly, you need to create your own component based on QUploaderBase (purpose is to overwrite __add_files method, so you can call the parent method once you resize/compressed the files). I don’t think there is a better way, but it works fine for me.

      posted in Help
      A
      Arkshine
    • RE: remove deep element

      As side-note, you can also do it without CSS – that’s something you could achieve with slots: https://quasar.dev/vue-components/uploader#Slots by customizing the header.
      More verbose though, but I guess cleaner in a way.

      posted in Help
      A
      Arkshine
    • RE: Set Meta Description from within Vue page

      Not a pro, but am I wrong or you are not using SSR mode? Dynamically changing the meta makes sense only with SSR.
      You said you’re using PWA, you might need to check the doc about running SSR + PWA.

      posted in Framework
      A
      Arkshine