<template> <div class=""></div> </template> <script> export default { name:"", components:{}, props:{}, data(){ return { } }, created(){}, mounted(){}, methods:{}, computed: {}, watch: {}, } </script> <style scoped lang="less"> </style>