
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
模板不使用eslint-pluqin-vue验证stemplate>中的vue-html在使用vscode开发的时候,出现报错:Expected ‘v-bind:key’ directives to use the viriables which are defined by the ‘v-for’ directive.如图显示因为是安装了ESlint插件,对vue进行了eslint...
简单记录一下vue3.x版本更新的内容一、vue2.x和3.x生命周期对比Vue2.x的生命周期Vue3.x的生命周期beforeCreatesetup()createdsetup()beforeMountonbeforeMountmountedonMountedbeforeUpdateonBeforeUpdateupdatedonUpdatedbeforeDestroyonBeforeUnmou

输入这个命令npm create @vitejs/app my-vue-app --template vue2.在vite.config.js中配置
一、视频直播的协议视频直播服务支持输出RTMP、FLV、HLS、ARTC四种协议RTMP(Real Time Messaging Protocol,实时消息传送协议)是Adobe公司为Flash播放器和服务器之间音频、视频和数据传输开发的开放协议。RTMP协议比较全能,既可以用来推送,又可以用来直播。其核心理念是将大块的视频帧和音频帧“剁碎”,然后以小数据包的形式在互联网上进行传输,且支持加密,因
简单记录一下vue3.x版本更新的内容一、vue2.x和3.x生命周期对比Vue2.x的生命周期Vue3.x的生命周期beforeCreatesetup()createdsetup()beforeMountonbeforeMountmountedonMountedbeforeUpdateonBeforeUpdateupdatedonUpdatedbeforeDestroyonBeforeUnmou

看了网上很多的版本,有些不太对,记录一下。一、下载nvm下载地址:https://github.com/coreybutler/nvm-windows/releasesnvm-noinstall.zip: 绿色免安装版本,使用之前需要配置。nvm-setup.zip:安装包,下载之后点击安装,无需配置就可以使用。Source code(zip):zip压缩的源码。Sourc code(tar.gz

项目启动的时候报错:报错解决Module build failed (from ./node_modules/babel-loader/lib/index.js):原因是babel的版本冲突。解决办法:删除这几个依赖cnpm uninstall babel-core babel-loader babel-preset-env命令行卸载不掉,在package.json中生产环境把这三个依赖删了重新下
前端vue篇1. vue生命周期?vue生命周期分为八个阶段:创建前后,挂载前后,更新前后,销毁前后beforeCreatecreatedbeforeMountmountedbeforeUpdateupdatedbeforeDestroydestroyed2. vuex是什么?怎么用?有哪些属性?针对vue.js框架实现的状态管理系统使用Vuex要引入store并注入Vue.js组件中,在组件内部
isWeixinBrowser(){return /micromessenger/.test(navigator.userAgent.toLowerCase())}if(isWeixinBrowser) {如果是微信内置的浏览器就做一些事情}







