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. tozuo
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Groups 0

    tozuo

    @tozuo

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

    tozuo Follow

    Best posts made by tozuo

    • RE: Replace material icon with my own custom icon

      @acros, as @Hawkeye64 mentioned - in my case it’s [ in App.vue ]

        created () {
          this.$q.iconMapFn = (iconName) => {
            if (iconName.startsWith('chevron_left') === true) {
              return { cls: 'fal fa-chevron-left' }
            }
            if (iconName.startsWith('chevron_right') === true) {
              return { cls: 'fal fa-chevron-right' }
            }
          }
        },
      
      posted in Help
      T
      tozuo

    Latest posts made by tozuo

    • RE: Replace material icon with my own custom icon

      @acros, as @Hawkeye64 mentioned - in my case it’s [ in App.vue ]

        created () {
          this.$q.iconMapFn = (iconName) => {
            if (iconName.startsWith('chevron_left') === true) {
              return { cls: 'fal fa-chevron-left' }
            }
            if (iconName.startsWith('chevron_right') === true) {
              return { cls: 'fal fa-chevron-right' }
            }
          }
        },
      
      posted in Help
      T
      tozuo