support Dropdown

support Dropdown
This commit is contained in:
梁灏 2017-03-03 17:46:09 +08:00
parent 1c803cdfb0
commit b1c118d85e
10 changed files with 91 additions and 48 deletions

View file

@ -1,5 +1,5 @@
<template>
<Dropdown trigger="click">
<Dropdown>
<a href="javascript:void(0)">
北京小吃
<Icon type="arrow-down-b"></Icon>
@ -24,10 +24,6 @@
</template>
<script>
export default {
methods: {
v (data) {
console.log(data)
}
}
}
</script>