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. hannesl
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Groups 0

    hannesl

    @hannesl

    0
    Reputation
    135
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hannesl Follow

    Latest posts made by hannesl

    • RE: Using global lodash with quasar v15 (Solved)

      @rstoenescu ok - thanks I did bring it to work, the term “plugin” was confusing me.

      posted in Help
      H
      hannesl
    • RE: Using global lodash with quasar v15 (Solved)

      Hi, I am new to quasar and trying as well to add a javascript (log4javascript) and actually I don’t know where exactly to put the lines @rstoenescu . Tried with App.vue but gives error:

      ERROR in ./src/App.vue?vue&type=script&lang=js (./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=script&lang=js)
      Module build failed:   SyntaxError: /development/proj/frontend.q/src/App.vue: Unexpected token, expected ";" (9:25)
           7 | 
           8 | import log4javascript from 'log4javascript'
        >  9 | export default ({ Vue }) {
             |                          ^
          10 |   name: 'App',
          11 |   Vue.prototype.$log = log4javascript // then use as this.$_
          12 | }
      

      Could you pls guide me? Thanks and regards

      posted in Help
      H
      hannesl