vue 模板

<template>
    <div class="">

    </div>
</template>

<script>
    export default {
        props: [],
        components: {},
        data() {
            return {}
        },
        watch: {},
        computed: {},
        methods: {},
        created() {
        },
        mounted() {
        }
    }
</script>

<style lang="">

</style>

猜你喜欢

转载自www.cnblogs.com/taochengyong/p/10868063.html