mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
fix #132
This commit is contained in:
parent
e0a052b364
commit
1b970cb1d4
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
import Vue from 'vue'
|
||||
import VueClipboard from 'vue-clipboard2'
|
||||
import Vuetify from 'vuetify'
|
||||
|
||||
// import it from 'vuetify/lib/locale/it.js'
|
||||
|
@ -12,7 +11,6 @@ import Vuetify from 'vuetify'
|
|||
|
||||
export default ({ app }) => {
|
||||
Vue.use(Vuetify)
|
||||
Vue.use(VueClipboard)
|
||||
app.vuetify = new Vuetify({
|
||||
// lang: {
|
||||
// locales: { en, it }, //, es, fr, no, ca },
|
||||
|
|
Loading…
Reference in a new issue