Skip to content
Snippets Groups Projects
Commit f2d54367 authored by Julian's avatar Julian
Browse files

Move vue-specific js files to another directory

parent 032e6933
No related branches found
No related tags found
2 merge requests!1046Draft: Resolve "[3.0] Meta-issue for GraphQL back-end and Vue.js frontend",!1045Introduce Vuetify and GraphQL
......@@ -7,12 +7,13 @@ const vuetify = new Vuetify({
iconfont: 'mdi', // default - only for display purposes
},
theme: {
themes: {
light: {
primary: '#da1f3d',
},
themes: {
light: {
primary: '#da1f3d',
secondary: "#282e3f",
},
},
},
},
})
const app = new Vue({
......
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