changes
This commit is contained in:
13
app/components/datatable/ViewList.vue
Normal file
13
app/components/datatable/ViewList.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
<DataView
|
||||
v-if="vbind"
|
||||
v-bind="vbind"
|
||||
></DataView>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: ["vbind"],
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user