logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue 双向绑定 子组件input 动态修改父组件值

让子组件修改父组件中的变量:一:常规方法<template><div><h1>实现双向绑定方法-基础</h1>//父组件<h1>{{fatherTitle}}</h1><myComponent :title="fatherTitle" @titleFunc="fatherTitleFunction"></my

vue 加载image图片不显示解决

vue 加载image图片不显示解决------------写了个vue的demo(自己做一个表格,可以横向增加列也可以纵向增加行)想给demo加图片怎么都出不来,,,,,查图片太大?加载位置不对?配置错误?都不是,,,,哎!!!!太愚蠢!vue 的标签里没有或者说原生标签没有image 只有img,近期写小程序,写uni-app用的太多,搞混淆了!...

vue后台模板

1.   github地址:vue-framework-wz   线上体验地址:立即体验相关博客:https://www.cnblogs.com/herozhou/p/7434931.html2.vue+iview后台管理模板https://github.com/iview/iview-admin3.vue+element 后台管理模板https://github.co...

解决:Unknown custom element: <> - did you register the component correctly? For recursive compon

出现Unknown custom element: <> - did you register the component correctly? For recursive compon 检查以下几处第一种: 看components:{},单词是否拼错,和不要写成components(){}第二种:本页面components 看写了几个, 是否是因为覆盖了。只能有一个components:{}第三

文章图片
Three.js 入门1 零基础快速上手(示例)

学习three.js过程中的事例记录下来,方便后期复习学习资料来源:http://www.hewebgl.com/示例1.初步了解简单API场景(scene)、相机(camera)和渲染器(renderer)<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8...

onShareTimeline为什么无效? uniapp框架 小程序分享朋友圈

前提:我用的uni-app开发1.页面中设置了onShareAppMessage、onShareTimeline两个,但是开发工具显示分享朋友圈的按钮置灰不可用,但是真机模拟可用。2.然后在页面中使用显示朋友圈的api可以分享朋友圈了,但是onShareTimeline中自定义的内容却不生效。。。wx.showShareMenu({withShareTicket: true,menus: ['sh

解决:Unknown custom element: <> - did you register the component correctly? For recursive compon

出现Unknown custom element: <> - did you register the component correctly? For recursive compon 检查以下几处第一种: 看components:{},单词是否拼错,和不要写成components(){}第二种:本页面components 看写了几个, 是否是因为覆盖了。只能有一个components:{}第三

到底了