随笔分类 - Vue.js
摘要:<div class="content"> <div class="right"> <select name="sex" width='100' v-model="formData.sex"> <option value="" selected>请选择</option> <option value=
阅读全文
摘要:1、$emit的使用场景 子组件调用父组件的方法并传递数据注意:子组件标签中的时间也不区分大小写要用“-”隔开 子组件: <template> <button @click="emitEvent">点击我</button> </template> <script> export default {
阅读全文
摘要:Vue中子组件调用父组件的方法,这里有三种方法提供参考 第一种方法是直接在子组件中通过this.$parent.event来调用父组件的方法 父组件: <template> <div> <child></child> </div> </template> <script> import child
阅读全文
摘要:在用脚手架搭建vue项目时,提示:无法加载文件 C:\Users\1111111\AppData\Roaming\npm\vue.ps1,因为在此系统禁止运行脚本 这是你笔记本禁止运行脚本,解决办法 1.管理员身份打开 2 3.输入set-ExecutionPolicy RemoteSigned 4
阅读全文

浙公网安备 33010602011771号