add some missing css

This commit is contained in:
Leopoldthecoder
2016-10-13 11:54:25 +08:00
parent 9e2490792d
commit 2bb5f4ed8b
3 changed files with 7 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
import Popup from 'vue-popup';
import ElInput from 'element-ui/packages/input/index.js';
import ElButton from 'element-ui/packages/button/index.js';
import { addClass, removeClass } from 'wind-dom/src/class';
export default {
@@ -60,7 +61,8 @@
},
components: {
ElInput
ElInput,
ElButton
},
computed: {