refactoring with vuetify

This commit is contained in:
les
2020-07-31 01:03:19 +02:00
parent 24a99d0eb0
commit 3f49c915ab
25 changed files with 686 additions and 1071 deletions

View File

@@ -24,13 +24,14 @@ module.exports = {
/*
** Global CSS
*/
// css: [
css: [
'@mdi/font/css/materialdesignicons.css'
// 'bootstrap/dist/css/bootstrap.min.css',
// 'element-ui/lib/theme-chalk/index.css',
// 'element-ui/lib/theme-chalk/display.css',
// '@/assets/theme/index.css'
// '@/assets/style.less'
// ],
],
/*
** Plugins to load before mounting the App
@@ -98,6 +99,7 @@ module.exports = {
'@nuxtjs/vuetify'
],
vuetify: {
defaultAssets: false,
optionsPath: './vuetify.options.js'
/* module options */
},