Update 16, 22
This commit is contained in:
@ -10,6 +10,7 @@ import icoBulletPoint from '~/components/icons/icoBulletPoint';
|
||||
import icoChevronDown from '~/components/icons/icoChevronDown';
|
||||
import icoSearch from '~/components/icons/icoSearch';
|
||||
import icoSend from '~/components/icons/icoSend';
|
||||
import icoExpandAlt from '~/components/icons/icoExpandAlt';
|
||||
import '@mdi/font/css/materialdesignicons.css'; // Ensure you are using css-loader
|
||||
import 'material-design-icons-iconfont/dist/material-design-icons.css';
|
||||
import Vue from 'vue';
|
||||
@ -73,6 +74,9 @@ export default new Vuetify({
|
||||
icoSend: {
|
||||
component: icoSend,
|
||||
},
|
||||
icoExpandAlt: {
|
||||
component: icoExpandAlt,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user