6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
export default {
|
|
root: {
|
|
class: ['flex items-stretch', 'w-full']
|
|
}
|
|
};
|