Aggiunta la Autenticazione con x-auth

This commit is contained in:
paolo
2018-10-20 18:56:31 +02:00
parent 907d47f33c
commit 7d61b947ba
12 changed files with 120 additions and 337 deletions

View File

@@ -1,7 +0,0 @@
// import something here
import Vuelidate from 'vuelidate'
// leave the export, even if you don't use it
export default ({ app, router, Vue }) => {
Vue.use(Vuelidate);
}