Table support render local component #775
This commit is contained in:
parent
01b8d340c5
commit
64f99c05bb
3 changed files with 47 additions and 64 deletions
8
examples/components/test.vue
Normal file
8
examples/components/test.vue
Normal file
|
@ -0,0 +1,8 @@
|
|||
<template>
|
||||
<div>123</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue