primevue-mirror/components/row/Row.vue

9 lines
98 B
Vue
Raw Normal View History

2022-09-06 12:03:37 +00:00
<script>
export default {
name: 'Row',
render() {
return null;
}
2022-09-14 11:26:01 +00:00
};
2022-09-06 12:03:37 +00:00
</script>