Blame view

src/components/dropdown/dropdown-menu.vue 118 Bytes
ab8aaf95   梁灏   add Dropdown comp...
1
2
3
4
  <template>
      <ul class="ivu-dropdown-menu"><slot></slot></ul>
  </template>
  <script>
b0893113   jingsam   :art: add eslint
5
6
      export default {};
  </script>