A. Vue框架在项目开发的任何阶段都可以引入 B. Vue能够给复杂的单页面应用提供驱动 C. Vue.js是一种MVVM(model-view-viewmodel)框架 D. 在使用vue框架的同时,不支持和其他类库结合使用
A. beforeCreate, created, beforeMount, mounted B. beforeCreate, created,activated,deactivated C. beforeMount, mounted,beforeDestroy,destroyed D. beforeUpdate,updated,activated,deactivated
A. watch B. v-model C. method D. compute
A. data B. state C. mutations D. getters