inleft
2022-01-21 f9c38ed1b72fc96b96c1d3ffdcc1a66b03bd3b73
commit | author | age
bf6fbe 1 <template>
L 2     
3 </template>
4 <script>
5     export default {
6         data() {
7             return {
8                 name: 'Vue.js'
9             }
10         },
11         methods: {
12             sayHello() {
13                 console.log('hello')
14             }
15         }
16     }
17 </script>