2019年2月1日

vue路由左右侧滑动 react路由左右侧滑动

摘要: vue路由左右侧滑动: 不用安装插件,自带 <template> <transition name="slide"> <music-list :title="title" :bg-image="bgImage" :songs="songs"></music-list> //需要展示的内容 </tra 阅读全文

posted @ 2019-02-01 09:04 luziluck 阅读(504) 评论(0) 推荐(0) 编辑

react 父组件不能直接在子组件上加className,也得用props传递过去

摘要: react 父组件不能直接在子组件上加className,也得用props传递过去 阅读全文

posted @ 2019-02-01 08:39 luziluck 阅读(2738) 评论(0) 推荐(0) 编辑

react 父组件调用子组件方法

摘要: 父组件: import React from 'react';import Zi from './zi.js' class Parentcom extends React.Component{ constructor(props){ super(props); this.state={ } } on 阅读全文

posted @ 2019-02-01 08:37 luziluck 阅读(440) 评论(0) 推荐(0) 编辑

导航