From 56d1c5af55ca6723a31bcd21a7706a8531720fd9 Mon Sep 17 00:00:00 2001 From: Santiago Date: Tue, 2 Apr 2019 19:23:37 -0300 Subject: [PATCH] Updates the vue-admin-js AuthTypes import declaration --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index aff56f2..6ab8571 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,4 +1,4 @@ -import AuthTypes from 'vue-admin-js/auth-types' +import { AuthTypes } from 'vue-admin-js' export default (client, options = {}) => { return (type, params) => {