not bundle vue in umd build
This commit is contained in:
parent
110a7fec6d
commit
e1134de2bc
10 changed files with 48 additions and 10287 deletions
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<Button @click="info">info</Button>
|
||||
<Button @click="success">success</Button>
|
||||
<Button @click="error">error</Button>
|
||||
<Button @click="warning">warning</Button>
|
||||
<Button @click="loading">手动消失</Button>
|
||||
<Button @click="destroy">destroy</Button>
|
||||
<i-button @click="info">info</i-button>
|
||||
<i-button @click="success">success</i-button>
|
||||
<i-button @click="error">error</i-button>
|
||||
<i-button @click="warning">warning</i-button>
|
||||
<i-button @click="loading">手动消失</i-button>
|
||||
<i-button @click="destroy">destroy</i-button>
|
||||
<Alert closable>消息提示文案</Alert>
|
||||
<Alert type="success" show-icon closable>
|
||||
成功提示文案
|
||||
|
@ -16,21 +16,21 @@
|
|||
</Card>
|
||||
</template>
|
||||
<script>
|
||||
import { Message, Button, Alert, Card } from 'iview';
|
||||
import { Message, iButton, Alert, Card } from 'iview';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Message,
|
||||
Button,
|
||||
iButton,
|
||||
Alert,
|
||||
Card
|
||||
},
|
||||
props: {
|
||||
|
||||
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
@ -69,4 +69,4 @@
|
|||
// });
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue