inleft
2024-01-10 7319260f31c9a593418ff17b1ca42e0822c3c4eb
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>