<template> <div id="AlarmLog"></div> </template> <script> export default { name: "AlarmLog", data: function() { return {}; }, methods: {}, mounted: function() {} }; </script> <style scoped> </style>