diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue index c737d2d9ca47598fcef6da6309a19c218ba70ef4..8ddca9d307796aae4f0e5832824561cc386350ed 100644 --- a/src/components/TheWelcome.vue +++ b/src/components/TheWelcome.vue @@ -19,9 +19,11 @@ export default { methods: { buttonClicked() { alert('你好'); - this.title='哈哈' + console.log("测试一下") + this.title='哈哈111' } + } }