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

    Change iconSet

    Help
    2
    2
    280
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rafaelcavalcanti
      rafaelcavalcanti last edited by

      I using Laravel + Quasar (v.17.16) setting with this way:

      import Quasar, * as All from 'quasar-framework/dist/quasar.mat.esm';
      Vue.use(Quasar, {
          extras: [
              'mdi',
          ],
          framework: {
              directives: All,
              plugins: All,
              animations: All,
              components: All,
              iconSet: 'mdi'
          }
      });
      

      looking at image (it a arrow up/down of q-select) you can see the problem. What i’m doing wrong?!

      0_1537882574211_iconset.png

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Try to make a fiddle with your code.

        https://jsfiddle.net/rstoenescu/waugrryy/

        Scott

        1 Reply Last reply Reply Quote 0
        • First post
          Last post