diff --git a/Vue3学习笔记.md b/Vue3学习笔记.md index 5a6deac..c0d0391 100644 --- a/Vue3学习笔记.md +++ b/Vue3学习笔记.md @@ -42,8 +42,8 @@ import { createApp } from 'vue' const app = createApp({ data() { return { - count: 0 - } + count: 0 + } } })