1.7版本发布,详情查看版本说明
This commit is contained in:
15
src/views/monitor/sql/index.vue
Normal file
15
src/views/monitor/sql/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<elFrame :src="sqlApi"/>
|
||||
</template>
|
||||
<script>
|
||||
import { mapGetters } from 'vuex'
|
||||
import elFrame from '@/components/iframe/index'
|
||||
export default {
|
||||
components: { elFrame },
|
||||
computed: {
|
||||
...mapGetters([
|
||||
'sqlApi'
|
||||
])
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user