Commit 9ba6f8fe authored by JingChao's avatar JingChao

Update hlsPopup.js

parent 8632975d
import Vue from 'vue' import Vue from 'vue'
import {ToastPlugin, AlertPlugin, ConfirmPlugin, LoadingPlugin, DatetimePlugin} from 'vux' import {ToastPlugin, AlertPlugin, ConfirmPlugin, LoadingPlugin, DatetimePlugin} from 'vux'
import {ActionSheetPlugin, ShowPicturePlugin, SelectPlugin, NotifyPlugin, HlsModalPlugin, NumberKeyboardPlugin} from 'hls-easy-ui' import {ActionSheetPlugin, ShowPicturePlugin, SelectPlugin, NotifyPlugin, NumberKeyboardPlugin} from 'hls-easy-ui'
Vue.use(ToastPlugin) Vue.use(ToastPlugin)
Vue.use(AlertPlugin) Vue.use(AlertPlugin)
Vue.use(ConfirmPlugin) Vue.use(ConfirmPlugin)
...@@ -11,7 +11,6 @@ Vue.use(ShowPicturePlugin) ...@@ -11,7 +11,6 @@ Vue.use(ShowPicturePlugin)
Vue.use(SelectPlugin) Vue.use(SelectPlugin)
Vue.use(NumberKeyboardPlugin) Vue.use(NumberKeyboardPlugin)
Vue.use(NotifyPlugin) Vue.use(NotifyPlugin)
Vue.use(HlsModalPlugin)
export default { export default {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment