Answer the question
In order to leave comments, you need to log in
I connect Quasar to Nuxt as a plugin - icons are not displayed in QBtn, what should I do?
I connect like this:
plugins/quasar.js
import Vue from 'vue';
import "quasar/dist/quasar.css";
import Quasar, { QBtn } from "quasar";
Vue.use(Quasar, { components: [QBtn] });
<template>
<div class="container">
<q-btn color="primary" icon="mail" label="On Left" />
</div>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question