vuereact-combined
vuereact-combined copied to clipboard
Vue和React快捷集成的工具包,并且适合复杂的集成场景
在Vue组件中调用React组件的Context/Provider 场景,不成功。 因为provider和context 组件的componentDidMount执行顺序有问题: 理应为:context先,provider 后;但是现状反过来了
import React from 'react' import { DatePicker, Card, Table, TableColumn } from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' import { DatePicker as ReactDatePick } from "antd" import "antd/dist/antd.css" import moment from 'moment' import...
` import { DatePicker, Card,Descriptions,DescriptionsItem,RadioGroup,Radio,Row,Col } from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' import './css/index.css'; import { DatePicker as ReactDatePick } from "antd" import "antd/dist/antd.css" import moment from 'moment' import { applyVueInReact }...
### 问题1 ## 使用方式如下 **预期是ULinearlayout组件生效、两个button有间距** ```jsx import "./styles.css"; import { applyVueInReact } from "vuereact-combined"; import * as CloudUI from "cloud-ui.vusion/dist"; import "cloud-ui.vusion/dist/theme-dark.css"; const ULinearLayout = applyVueInReact(CloudUI.ULinearLayout); const UButton = applyVueInReact(CloudUI.UButton);...
目前是不是不支持自定义指令directive?目前引入[email protected]发现会报错“[Vue warn]: Failed to resolve directive: ant-ref”
接入elementUI的InputNumber每次点击改变值,导致边框都会闪烁一下。点击触发值改变导致整个组件的dom是重新构建的,所以会出现闪烁的问题。
it seems I'm not able to use ts6 with react in vue,is there a way to do it ?? I'm using vue2 and vuetify2.6
在umi(2/3)项目中无法正常使用
Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...