<template> <div> <a href="http://192.168.1.39:8132/door"> <svg-icon class-name="home-Filled-icon" icon-class="home-Filled" /> </a> </div> </template> <script setup> function backHome() {} </script> <style lang="scss" scoped> .home-Filled-icon { cursor: pointer; font-size: 28px; vertical-align: middle; color: #5a5e66; line-height: 50px; margin-bottom: 6px; } </style>