mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
8 lines
98 B
Vue
Executable file
8 lines
98 B
Vue
Executable file
<script>
|
|
export default {
|
|
name: 'Row',
|
|
render() {
|
|
return null;
|
|
}
|
|
};
|
|
</script>
|