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

@ -20,10 +20,10 @@
<Radio value="印度黑羚"></Radio>
</Radio-group>
<br><br>
<Button @click="activeKey = '2'"></Button>
<i-button @click="activeKey = '2'"></i-button>
</div>
<Radio :checked.sync="radio">Radio</Radio>
<Button @click="radio = !radio">change radio</Button>
<i-button @click="radio = !radio">change radio</i-button>
<br>
<br>
<Radio-group :model.sync="phone" type="button">
@ -143,7 +143,7 @@
</Breadcrumb>
</template>
<script>
import { Radio, Alert, Icon, Collapse, Button, Checkbox, Switch, InputNumber, Breadcrumb, LoadingBar } from 'iview';
import { Radio, Alert, Icon, Collapse, iButton, Checkbox, Switch, InputNumber, Breadcrumb, LoadingBar } from 'iview';
const RadioGroup = Radio.Group;
const Panel = Collapse.Panel;
@ -158,7 +158,7 @@
Icon,
Collapse,
Panel,
Button,
iButton,
Checkbox,
CheckboxGroup,
Switch,
@ -200,4 +200,4 @@
LoadingBar.start();
}
}
</script>
</script>