diff --git a/Vue3学习笔记.md b/Vue3学习笔记.md index 354574d..5b8391b 100644 --- a/Vue3学习笔记.md +++ b/Vue3学习笔记.md @@ -82,4 +82,4 @@ const app = createApp({ 得咯~这样就实现了Vue框架的搭建了。【当然我这里省去了文件引入,其实还是要引入框架的vue.js,就行了。】 -da \ No newline at end of file +data 是一个对象 \ No newline at end of file