inleft
2022-03-02 620f759cfe9fa42fa9667b2ec63d7d00944e4af0
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>