<template> <div class="template-section"></div> </template> <script setup lang="js"> </script> <style scoped lang="css"> .template-section { width: 19%; height: 100%; overflow-y: auto; } </style>