vue 模板

<template>
<div class="my_index">

</div>
</template>
<script>
export default{
name:'my_index',
props:{

},
data(){
return {

}},
components: {

},
mounted(){

},
methods:{

}
}
</script>
<style scoped>

</style>
原文地址:https://www.cnblogs.com/ch-zaizai/p/7206369.html