Skip to content

Commit

Permalink
Merge pull request #36 from youngerheart/build
Browse files Browse the repository at this point in the history
修复两个问题
  • Loading branch information
furybean committed May 4, 2016
2 parents 5b5ecf4 + 3b18280 commit 4d8c98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -20,11 +20,6 @@
"README.md",
"lib"
],
"babel": {
"presets": [
"es2015"
]
},
"keywords": [
"vue",
"vue-component"
Expand Down
3 changes: 2 additions & 1 deletion src/service/msgbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
import Popup from 'vue-popup';
require('vue-popup/lib/popup.css');
require('../icon/iconfont.css');
export default {
mixins: [Popup],
Expand Down Expand Up @@ -146,4 +147,4 @@
};
}
};
</script>
</script>

0 comments on commit 4d8c98c

Please sign in to comment.