mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 10:20:38 +00:00
- Frontend restriction alerts
This commit is contained in:
Vendored
+2
@@ -10,12 +10,14 @@ import {events} from "./bus";
|
||||
import SubscriptionHelpers from "./helpers/SubscriptionHelpers";
|
||||
import ValidatorHelpers from "./helpers/ValidatorHelpers";
|
||||
import functionHelpers from "./helpers/functionHelpers";
|
||||
import AlertHelpers from "./helpers/AlertHelpers";
|
||||
import itemHelpers from "./helpers/itemHelpers"
|
||||
|
||||
Vue.use(VueRouter);
|
||||
Vue.use(SubscriptionHelpers);
|
||||
Vue.use(ValidatorHelpers);
|
||||
Vue.use(functionHelpers);
|
||||
Vue.use(AlertHelpers);
|
||||
Vue.use(itemHelpers);
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
Reference in New Issue
Block a user