Commit cd221e90 authored by neogcg's avatar neogcg

fixbug

parent b8ac4422
<template>
<div>
<el-dialog
title="告警详情"
width="30%"
center
>
<h1>这是弹窗组件</h1>
<span slot="footer" class="dialog-footer">
<el-button
type="primary"
>关闭</el-button
>
</span>
</el-dialog>
</div>
</template>
<script>
export default {
props: [],
components: {},
data() {
return {};
},
computed: {
},
methods: {
},
mounted() {},
};
</script>
<style scoped>
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment