diff --git a/Vue3学习笔记.md b/Vue3学习笔记.md index 9981f4c..87aed83 100644 --- a/Vue3学习笔记.md +++ b/Vue3学习笔记.md @@ -82,4 +82,4 @@ const app = createApp({ 得咯~这样就实现了Vue框架的搭建了。【当然我这里省去了文件引入,其实还是要引入框架的vue.js,就行了。】 -data 是一个对象,或者是一个模型,因为框架采用MVVM的思想。即模型-视图 \ No newline at end of file +data 是一个对象,或者是一个模型,因为框架采用MVVM的思想。即模型-视图的意思。 \ No newline at end of file