摘要:
nvm list 是查找本电脑上所有的node版本 - nvm list 查看已经安装的版本- nvm list installed 查看已经安装的版本- nvm list available 查看网络可以安装的版本 nvm install 安装最新版本nvm nvm use <version> # 阅读全文
摘要:
基本使用略过!!! 使用$nextTick()可以将better-scroll(以下简称BS)延迟到下次 DOM 更新循环之后执行。在修改数据之后立即使用它,然后等待 DOM 更新。 this.$nextTick(() => { var scroll = new BScroll(this.$refs 阅读全文
摘要:
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render fun 阅读全文