diff --git a/package.json b/package.json index 0e5a08f..7a4c418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-desktop", - "version": "0.2.19", + "version": "0.2.20", "description": "A UI library for building admin panel website.", "main": "lib/index.js", "scripts": { @@ -20,11 +20,6 @@ "README.md", "lib" ], - "babel": { - "presets": [ - "es2015" - ] - }, "keywords": [ "vue", "vue-component" diff --git a/src/service/msgbox.vue b/src/service/msgbox.vue index 20476d8..d2804e1 100644 --- a/src/service/msgbox.vue +++ b/src/service/msgbox.vue @@ -103,6 +103,7 @@ import Popup from 'vue-popup'; require('vue-popup/lib/popup.css'); + require('../icon/iconfont.css'); export default { mixins: [Popup], @@ -146,4 +147,4 @@ }; } }; - \ No newline at end of file +