import AlertList from 'AlertListComponent' export default { data() { return { } }, components: { AlertList, }, template: `
` }