Jesse Feng

Results 15 issues of Jesse Feng

依赖的Message组件支持afterClose,但是@alicloud/console-components-announcement不支持透传

使用dva-cli手脚架搭建好之后,配置dva-hmr启动之后报警告 ``` Starting the development server... [babel-plugin-dva-hmr][WARN] can't get router path in D:\demows\demos\erp-admin\client\js\index.js Compiled successfully! You can now view Your App in the browser. Local: http://localhost:8000/ On Your Network: http://192.168.15.159:8000/...

``` javascript xhr.onreadystatechange = function() { if (xhr.readyState === 4) { var status = xhr.status; if (status > 399 && status < 600) { reason.message = "templateUrl对应资源不存在或没有开启 CORS" reason.xhr =...

### Component Menu ### Feature Description 在屏幕底部右击鼠标,获取clientX, clientY调用Menu.create方法显示菜单,这时显示的菜单可能在非可视区域,目前需要在调用Menu.create方法前计算能够在屏幕可视区域的位置,但是这样会非常不灵活,尤其是菜单项不确定的情况下,因此需要组件支持传入一个回调函数,在菜单显示前调用这个回调函数,我可以在回调函数里获取菜单的宽度和高度,重新计算位置,而不是预先去计算位置,避免计算不准确的问题。

❓ Usage

Add a vite plugin for dynamically using custom template engines instead of the static `.html` entry file. > Please make sure all the requirements are satisfied, otherwise the PR could...