diff --git a/resources/assets/src/scripts/element.ts b/resources/assets/src/scripts/element.ts index 6465bdf5..9a0cabd3 100644 --- a/resources/assets/src/scripts/element.ts +++ b/resources/assets/src/scripts/element.ts @@ -1,6 +1,11 @@ import Vue from 'vue' import { - Button, Input, Message, MessageBox, Switch, Notification + Button, + Input, + Message, + MessageBox, + Switch, + Notification, } from 'element-ui' Vue.use(Button)