superchangme
superchangme
``` settings[prop]=params[prop] ;//原来的 ```
如果可以自定义图形,就更好了,我看到你的图是个六等分三角形 不知道该怎么做自定义
it can work correctyly on chrome emulator,but can't load img on mobile device. my code like this: ``` var myPreview=document.getElementById("previewImg"); var img = new Image(); img.tagName="img"; mega=new MegaPixImage(this.files[0]); mega.render(img,{ maxWidth:...
**问题描述** 使用AtCalendar时有动态赋值currentDate的需求,发现修改之后不渲染 **复现步骤** ```js // 这里可以贴代码 onDayClick({value}) { let log = console log.log('onDayClick') const data = formatData(this.state.classList,value) this.setState({ hasData: true, currentDayList: data, selectDate: +dayjs(value,'YYYY-MM-DD'), dayKey:dayjs(value,'YYYY-MM-DD').format('DD'), changeCanlendar:!this.state.changeCanlendar }) } ``` **期望行为**...
我在angular2的项目中使用了您的puer、由于angular2自身是有http服务器的,我只是使用了 route.js这个功能,在使用中是两个不同的域名通信,我在app.js里写上如下代码后可以发起跨域 ··· app.use(function(req, res, next) { res.header("Access-Control-Allow-Origin", "*"); res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept"); res.header("Access-Control-Allow-Methods","PUT,POST,GET,DELETE,OPTIONS"); if(req.method=="OPTIONS") {res.end();}/*让options请求快速返回*/ else next(); }); ··· 但是实际使用过程中发现,虽然都是200 但浏览器会报: Failed to load http://127.0.0.1:8000/api/heroes/2: No 'Access-Control-Allow-Origin' header...
大神的操作很六,虚拟滚动大法保平安。 继楼上的问题,发现个新问题IE下第三屏滚动会出现白屏,经测试发现ie下 删除手动赋值滚动条位置的逻辑即可。 ```js if (type === "top") { this.showTableList.splice(this.loadedNum - bottomNum, bottomNum); //减去底部数据 for (var i = 1; i
when i add this plugin my debugger can't work rightly
my site baseUrl has subBase, like base: '/vue/' when i use [vitepress-plugin-search](https://github.com/emersonbottero/vitepress-plugin-search) ,search result link likes http://localhost:3001/vue/vue/xxx i hope it can be http://localhost:3001/vue/xxx can anyone help me? tks
我的模板里有引入 然后build打包时候报错了 in "/issuelog.html" can't be bundled without type="module" attribute
### 可复现的链接(必须为公开链接,仅包含能复现问题的示例代码): https://jsrun.net/ddnKp/edit ### 是否已准备好复现链接与示例代码? - [x] 我确定已准备好以上复现链接 ### 问题描述与截图: 使用slots方式渲染,发现default函数会进入多次(3次),尝试升级最新版本恶化,进了8次,请优化。 ### 期望的结果: _No response_ ### 操作系统: win10 ### 浏览器版本: chrome 134.0.6998.166( ### vue 版本: 3.5.13 ### vxe-pc-ui 版本: 4.5.29...