提交 dc165048 编写于 作者: Y yiminghe

fix button

上级 e9a178fb
......@@ -2,7 +2,7 @@ import React from 'react';
import ReactDOM from 'react-dom';
import Dialog from './index';
import Icon from '../iconfont';
import {Button} from '../button';
import Button from '../button';
export default function (props) {
let div = document.createElement('div');
......
......@@ -2,7 +2,7 @@ import React from 'react';
import Dialog from 'rc-dialog';
import { Dom } from 'rc-util';
import confirm from './confirm';
import { Button } from '../button';
import Button from '../button';
function noop() {}
......
import React from 'react';
import Tooltip from 'rc-tooltip';
import Icon from '../iconfont';
import { Button } from '../button';
import Button from '../button';
const prefixCls = 'ant-popover';
export default React.createClass({
......
{
"name": "antd",
"version": "0.10.0-beta15",
"version": "0.10.0-beta16",
"stableVersion": "0.9.3",
"title": "Ant Design",
"description": "一个 UI 设计语言",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册