You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
345 B

5 months ago
5 months ago
<template>
5 months ago
<div>
<webType1></webType1>
</div>
5 months ago
</template>
5 months ago
5 months ago
<script>
import webType1 from '@/views/auditPages/components/webType1.vue';
5 months ago
export default {
5 months ago
name: '',
components: {webType1},
data () {
5 months ago
return {
}
},
5 months ago
created () { },
mounted () { },
methods: { },
computed: {}
5 months ago
}
</script>
5 months ago
<style scoped lang='scss'>
</style>