16 lines
234 B
Vue
16 lines
234 B
Vue
<template>
|
|
<z-table name="eemwotn4jew" mocked>
|
|
</z-table>
|
|
</template>
|
|
|
|
<script>
|
|
import configs from './.lowcode/configs';
|
|
|
|
export default {
|
|
name: 'p-eemwotn4jew',
|
|
provide: { configs },
|
|
data() {
|
|
return {}
|
|
},
|
|
}
|
|
</script> |