D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
facade
/
ignition
/
resources
/
js
/
components
/
Filename :
ReportDetails.vue
back
Copy
<template> <div class="h-full"></div> </template> <script> import ReportDetailsNav from './ReportDetailsNav.vue'; import ReportDetailsTab from './ReportDetailsTab.vue'; export default { data: () => ({ activeDetailsTab: 'Stack', }), components: { ReportDetailsNav, ReportDetailsTab, }, computed: {}, }; </script>