Blame view

src/components/dropdown/dropdown-menu.vue 152 Bytes
ab8aaf95   梁灏   add Dropdown comp...
1
2
3
4
  <template>
      <ul class="ivu-dropdown-menu"><slot></slot></ul>
  </template>
  <script>
5a02cf4c   zhigang.li   update
5
6
7
      export default {
          name: 'DropdownMenu'
      };
b0893113   jingsam   :art: add eslint
8
  </script>