not bundle vue in umd build

This commit is contained in:
jingsam 2016-11-09 18:23:17 +08:00
parent 110a7fec6d
commit e1134de2bc
10 changed files with 48 additions and 10287 deletions

View file

@ -105,10 +105,10 @@
</div>
</template>
<script>
import { Tooltip, Button, Row, iCol, Poptip, iSelect, iOption, Message } from 'iview';
import { Tooltip, iButton, Row, iCol, Poptip, iSelect, iOption, Message } from 'iview';
export default {
components: { Tooltip, iButton: Button, Row, iCol, Poptip, iSelect, iOption, Message },
components: { Tooltip, iButton, Row, iCol, Poptip, iSelect, iOption, Message },
props: {
},