mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-13 18:45:27 +00:00
7 lines
96 B
TypeScript
7 lines
96 B
TypeScript
import Vue from 'vue';
|
|
import Vuetify from 'vuetify';
|
|
|
|
Vue.use(Vuetify, {
|
|
iconfont: 'md',
|
|
});
|