<script setup> import App from './App.vue' import { setupDept } from './dept.js' setupDept() </script> <template> <App /> </template>