简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
react实现全局组件确认弹窗
本例基于react实现了一个简单的确认弹窗,可以让我们在项目中根据需要随时调用创建全局modal组件此处我将弹窗模态框独立出来,用户可以通过传入组件或Element来填充模态框的内容。import ReactDOM from 'react-dom';import React, { Fragment } from 'react';import Button from 'components...
git status‘ failed with code 128
1、git status’ failed with code 128:错误情况有好几种:暂时遇到过的有效解决:(1)在终端中执行以下命令:rm .git/index
到底了