TrackHistory.vue 204 Bytes Edit Raw Blame History 1 2 3 4 5 6 <template> <BasicDrawer v-bind="$attrs" title="Drawer Title" width="35%"> Drawer Info. </BasicDrawer> </template> <script lang="ts" setup> import { BasicDrawer } from '@/components/Drawer'; </script>