<template> <table> <tr> <td> <slot /> </td> </tr> </table> </template> <style scoped> table { width: 100%; height: 100%; } </style>