From 3b182800aa8b64d37a743ef7a80bce2249ee37b9 Mon Sep 17 00:00:00 2001 From: youngerheart <435495400@qq.com> Date: Sun, 1 May 2016 12:41:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=A4=E4=B8=AA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +------ src/service/msgbox.vue | 3 ++- 2 files changed, 3 insertions(+), 7 deletions(-) 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 +