first commit
This commit is contained in:
8
iview/examples/components/wrapper.vue
Normal file
8
iview/examples/components/wrapper.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="i-wrapper"><slot></slot></div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user