Skip to content
Snippets Groups Projects
Commit b0a870eb authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Added material-design-icons

parent beb8c80e
No related branches found
No related tags found
2 merge requests!23Resolve "Logout of tutors after inactivity",!22WIP: Started work on navigation and layout
Pipeline #
......@@ -14,6 +14,7 @@
},
"dependencies": {
"axios": "^0.17.0",
"material-design-icons": "^3.0.1",
"vue": "^2.5.2",
"vue-router": "^3.0.1",
"vuetify": "^0.17.3",
......
......@@ -7,6 +7,7 @@ import store from './store/store'
import Vuetify from 'vuetify'
import 'vuetify/dist/vuetify.min.css'
import 'material-design-icons/iconfont/material-icons.css'
Vue.use(Vuetify)
......
......@@ -3704,6 +3704,10 @@ map-obj@^1.0.0, map-obj@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
material-design-icons@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/material-design-icons/-/material-design-icons-3.0.1.tgz#9a71c48747218ebca51e51a66da682038cdcb7bf"
math-expression-evaluator@^1.2.14:
version "1.2.17"
resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment