logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue 父子组件传值方法总结(六种方法)

一.父组件传值给子组件1.props子组件<Child>:props:["name"]父组件<Father>:<Child name="小张"></Child>2.$parent子组件接收:this.$parents.msg//这个msg是父组件的msg...

ERROR in Template execution failed: ReferenceError: process is not defined(使用electron-vue出现的错误)

//进行命令之前,先换成淘宝的源npm config set registry https://registry.npm.taobao.orgvue init simulatedgreg/electron-vue my-projectcd my-projectnpm installnpm run devnpm install过程中,还有个坑(顺利安装的可以忽略此步)报错:el...

#electron
vue播放RTMP视频流

1.安装npm install vue-video-player -S2.测试<template><videoPlayer class="vjs-custom-skin videoPlayer" :options="playerOptions"></videoPlayer></template><script>...

#vue.js
到底了