inleft
2022-08-30 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb
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>