tanxukun / interview

interview record.
0 stars 0 forks source link

Vue #6

Open tanxukun opened 1 year ago

tanxukun commented 1 year ago

核心特点

MVVM

Model:模型层,负责处理业务逻辑以及和服务器端进行交互 View:视图层:负责将数据模型转化为UI展示出来,可以简单的理解为HTML页面 ViewModel:视图模型层,用来连接Model和View,是Model和View之间的通信桥梁

组件化和指令系统

Vue和React的区别

相同点

tanxukun commented 1 year ago

volar前两个插件