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

@ -58,7 +58,7 @@
</Steps>
</template>
<script>
import { Page, Steps, Button } from 'iview';
import { Page, Steps, iButton } from 'iview';
const Step = Steps.Step;
@ -67,7 +67,7 @@
Page,
Steps,
Step,
iButton: Button
iButton
},
props: {