defghy
defghy
 不稳定复现 设备是 华为荣耀8 android 8.0.0 
报 _hasJavascriptMethod 未定义
I need some property or function below, hope to support canvasElem.arc, canvasElem.stroke, canvasElem.fillRect, canvasElem.fillText, for screen properties, hope random value support
### Your detail info about the Bug: 线上服务接口几率性返回502,一天几次;发现agent进程内存异常高; 观察了内存升高的时间节点,找到如下错误 ``` 2023-01-17 04:56:01,271 ERROR 88 nodejs.unhandledExceptionError: Cannot create a string longer than 0x1fffffe8 characters at Buffer.utf8Slice () at Buffer.toString (buffer.js:778:17) at...
### Vue devtools version 6.5.0 ### Link to minimal reproduction Vue.extend().$mount() ### Steps to reproduce & screenshots ```javascript Vue.extend().$mount() ``` this kind component cannot work in vue-devtools  ### What...
content_security_policy needs string. It's different from doc. [ { keyword: 'type', dataPath: '.content_security_policy', schemaPath: '#/definitions/content_security_policy/type', params: { type: 'string' }, message: 'should be string', schema: 'string', parentSchema: { type: 'string',...
**Bug 描述**  **组件版本** - Vue: 2.7.16 - @wsfe/vue-tree: 3.2.0
use render function to create customElement; ```html renderNode(node: any) { let compName = 'CNodeCommon' if (isArray) { compName = 'CNodeArray' } return }, ``` webpack use vm.$createElement,context is this ...
Mac scrollbar has two case  When mac set scrollbar `When scrolling`, which make `getScrollbarWidth` return 0  which make scrollbar overlay by header  In `Always` case, scrollbar always...
开发时没问题,build发布线上后,发现引入了`@vue/composition-api` 项目架构:pnpm workspace 项目 组件引入 - 使用 `TinyVueSingleResolver ` - 使用`public-hoist-pattern[]=@opentiny/*`将组件提升到根目录 vite.config.ts中增加配置`TINY_MODE: 'pc'` 引入时刻  导致了报错如下  环境 node@22 pnpm@9 [email protected] @opentiny/[email protected] vite@5