diff --git a/src/App.vue b/src/App.vue index fee578b088cfc66f4bfc8a256fbc62464013e54e..13223972f4e93c528eaa005751f8c37555eb9c84 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,6 +15,6 @@ const msg = ref('Hello View Design!') // 创建一个响应式的变量 msg, function handleClick() { // 定义一个名为 handleClick 的函数 Message.info('Welcome to InsCode') // 在页面上显示一个提示消息 } - // 结束 `script setup` 语法 + \ No newline at end of file