Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • examples
  • components
  • wrapper.vue
  • update Tabs method of find children ...
    4d8b4016
    Now, can use other components to package the TabPane, but should set animated to false.
    梁灏 authored
    2019-02-22 17:23:39 +0800  
    Browse Code »
wrapper.vue 116 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
<template>
    <div class="i-wrapper"><slot></slot></div>
</template>
<script>
    export default {

    }
</script>