James Smith

Results 7 issues of James Smith

如题,我之前试了一下,结果vuex可以做到,保证tabClick的时候暂存tab,其他情况不暂存.

My jQuery version is 1.8. I find that if `div.stuckMenu` next element is empty,`currentMarginT` is `NaN` ``` currentMarginT = parseInt($(this).closest('div').css('margin-top')) // line 64 ``` it causes a problem that code...

My jQuery version is 1.8. I find that if `div.stuckMenu` next element is empty,`currentMarginT` is `NaN` ``` currentMarginT = parseInt($(this).closest('div').css('margin-top')) // line 64 ``` it causes a problem that code...

main.js?38fb80a345031f94eb21:51658 Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'. at fn._updateParentWidth (main.js?38fb80a345031f94eb21:51658) at main.js?38fb80a345031f94eb21:51622

### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...

🐞 bug
stale

_Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://formilyjs.org/guide/contribution#pr-specification) in **English**. - [x]...

使用webpack开发,工具提示找不到Regular实例 主要代码如下: ````JavaScript import App from "./App"; import router from "./router"; import restate from "regular-state"; new App({ data: {username: "leeluolee"} }).$inject('#app'); restate() .state(router.routes) //完成路由节点注册 .start({ html5: true ,view: document.getElementById('app')}); //...