单选题 在 input 输入框中我们可以使用指令来实现双向数据绑定:
单选题 以下哪一个是Vue.js中的计算属性的关键词:
单选题 vue的生命周期,执行顺序争取的是:
A、
beforeCreate -> init->create->mount->destory
B、
mount-> init->beforeCreate->create->destory
C、
beforeCreate->create->init->mount->destory
D、
init->beforeCreate->create->init->destroy
单选题 在nodejs中,用来引入其它模块的函数是?
单选题 Npm 命令用来安装指定模块到全局的方式是?
B、
npm install module express
D、
npm install module express-g