Home.san 133 字节
Newer Older
B
BingBlog 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<template>

<article>
    <h1>
        welcome
    </h1>

</article>

</template>


<script>
    export default {

    };

</script>