yaowangmx

Results 10 issues of yaowangmx

在IE8,9的情况下,将插件放在一个fixed或者absolute的弹窗内部时,无法触发插件,但是如果将position改为static之后,又可以实现,请问如何解决呢?附demo:链接:https://pan.baidu.com/s/1XzjFOHVFP1t0XnVWQyb51A 密码:pyfg

This is my code; `$(".zoomIn").bind("touchend", function () { $('.flipbook-viewport').zoom('zoomIn'); }); $(".zoomOut").bind("touchend", function () { $('.flipbook-viewport').zoom('zoomOut'); }); $('#flipbook-viewport').zoom({ flipbook: $('#flipbook'), max: 3, });` but chrome tell me :Uncaught TypeError: a.flipbook.turn is...

Bug Type: **`Component`** ## Environment - Vue Version: `3.4.21` - Element Plus Version: `2.6.3` - Browser / OS: `User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0...

inactive

The login page integrates email login and googleOneTap. After logging in with email, I will be redirected to the dashboard page, and then a Google login pop-up window will pop...

` import { useOneTap, type CredentialResponse } from 'vue3-google-signin' useOneTap({ onSuccess: (response: CredentialResponse) => { console.log('Success:', response) }, onError: () => console.error('Error with One Tap Login'), // options }) `...

@nuxtjs/[email protected] v2 When I clicked verify, the page went into an infinite loop and I had to close the browser tab. Clicking refresh didn't work. After I reopened the link,...

### 问题描述 全球主机交流、快手、NodeSeek、nytimes、知乎部署docker后接口请求报500 ### 补充信息 _No response_

Thank you very much for this plugin, it is very convenient for a newbie like me. I've noticed that neither InlineSuggestion nor the official examples trigger inline suggestions by pressing...

代码可读性要求 违规行为参考 ID:[Red Titanium](https://developer.chrome.com/docs/webstore/troubleshooting/#obfuscation) 违规行为: 在软件包中使用了经过混淆处理的代码。 违规内容: 代码段: js/background.js: var GT = '>'; var LT = ''; var LT = ''; var LT = '

**Describe the bug** nuxt-icon can cause serious memory leaks. **To Reproduce** Build and run the Nuxt 3 project, then perform load testing: 1. Build: ```bash pnpm build ``` 2. Run...

bug