<template> <tabbarPage :index="4"></tabbarPage> </template> <script> import tabbarPage from "../../components/tabbarPage.vue"; export default { components: { tabbarPage, }, }; </script>