iview/examples/components/wrapper.vue
梁灏 4d8b401656 update Tabs method of find children
Now, can use other components to package the TabPane, but should set animated to false.
2019-02-22 17:23:39 +08:00

8 lines
No EOL
116 B
Vue

<template>
<div class="i-wrapper"><slot></slot></div>
</template>
<script>
export default {
}
</script>