support Dropdown
support Dropdown
This commit is contained in:
parent
1c803cdfb0
commit
b1c118d85e
10 changed files with 91 additions and 48 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue