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. J3m5
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 7
    • Best 3
    • Groups 0

    J3m5

    @J3m5

    3
    Reputation
    102
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    J3m5 Follow

    Best posts made by J3m5

    • RE: Date formatting: Locale of short days and short months names

      I’ve solved it.
      In fact we don’t have to specify any month names for the language we are translating to if it’s supported by Vue l18n
      But we have to specify a language pack in the framework property in quasar.conf.js.
      So now I have the month in the language I want.

      It’s explained in the in the internationalization section of the docs but it’s not mentioned in the date utils section…

      posted in Help
      J
      J3m5
    • RE: Capacitor alongside web

      I launch the app on a physical phone and I use remote devtools on chrome, you get almost the same environment. (but I don’t have the vue devtools available).

      posted in Help
      J
      J3m5
    • RE: error after running v0.15

      I had the same problem and fixed it by installing the eslint-plugin-import plugin (if you you installed ESlint globally you need to install it globally too) and configuring ESlint like recommended in the readme of the repo here https://github.com/benmosher/eslint-plugin-import

      You need to add “import” in plugins in your .eslintrc.js (at the root of your project folder), like this:

      plugins: [
      ‘import’
      ]

      and in the extends option like this:

      extends: [“plugin:import/errors”, “plugin:import/warnings”]

      After that the errors messages will be gone.

      posted in Help
      J
      J3m5

    Latest posts made by J3m5

    • RE: Capacitor alongside web

      I launch the app on a physical phone and I use remote devtools on chrome, you get almost the same environment. (but I don’t have the vue devtools available).

      posted in Help
      J
      J3m5
    • RE: Poll on IE11 for everyone!

      I don’t use it and the company I work for don’t want to support IE.

      posted in Hangout
      J
      J3m5
    • RE: Prefetch inside app.vue only executed after router calls beforeEnter

      It’s been 2 month, did you find the solution @snp ?

      posted in Help
      J
      J3m5
    • RE: Prefetch inside app.vue only executed after router calls beforeEnter

      This!
      I’m in the same situation.
      I need to authenticate with an API call only once at start up and get the result before that the Router.beforeEach kicks in. I saw that the boot plugin will be deprecated in the next version so what’s the solution here?

      posted in Help
      J
      J3m5
    • RE: Date formatting: Locale of short days and short months names

      I’ve solved it.
      In fact we don’t have to specify any month names for the language we are translating to if it’s supported by Vue l18n
      But we have to specify a language pack in the framework property in quasar.conf.js.
      So now I have the month in the language I want.

      It’s explained in the in the internationalization section of the docs but it’s not mentioned in the date utils section…

      posted in Help
      J
      J3m5
    • RE: Date formatting: Locale of short days and short months names

      @Al1_andre I have the same problem, did you found the solution?

      posted in Help
      J
      J3m5
    • RE: error after running v0.15

      I had the same problem and fixed it by installing the eslint-plugin-import plugin (if you you installed ESlint globally you need to install it globally too) and configuring ESlint like recommended in the readme of the repo here https://github.com/benmosher/eslint-plugin-import

      You need to add “import” in plugins in your .eslintrc.js (at the root of your project folder), like this:

      plugins: [
      ‘import’
      ]

      and in the extends option like this:

      extends: [“plugin:import/errors”, “plugin:import/warnings”]

      After that the errors messages will be gone.

      posted in Help
      J
      J3m5