摘要: 来看示例 我在Login自定义组件中引入了自定义组件system import React, { Component } from 'react'; import SYSTEM from './system' export default class Login extends Component{ 阅读全文
posted @ 2020-03-30 18:03 龙卷风吹毁停车场 阅读(591) 评论(0) 推荐(0)
摘要: 首先我们先来看下面这个示例: html部分 <el-input ref="label" v-show="showLabel" v-model="ruleForm.label" @blur="btnBlur()" maxlength="5" show-word-limit ></el-input> < 阅读全文
posted @ 2020-03-30 16:11 龙卷风吹毁停车场 阅读(916) 评论(0) 推荐(0)