LoginSignup
0
0

More than 5 years have passed since last update.

メモ > Vuetify アイコン

Posted at

src/plugins/vuetify.js

src/plugins/vuetify.js
import Vue from "vue";
import Vuetify from "vuetify";
import "vuetify/dist/vuetify.css";

import "@fortawesome/fontawesome-free/js/fontawesome";
import "@fortawesome/fontawesome-free/js/solid";
import "@fortawesome/fontawesome-free/js/regular";

Vue.use(Vuetify, {
  iconfont: "fa4"
});

fa-dog

far fa-calendar-check

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0