Donny Wang

Results 5 issues of Donny Wang

```vue // 你的答案 import { ref, nextTick } from "vue" const count = ref(0) const counter = ref(null) function increment() { count.value++ /** * DOM is not yet updated, how...

answer
zh-CN
11

```vue // 你的答案 import { onMounted, inject, onUnmounted } from "vue" const timer = inject("timer") const count = inject("count") onMounted(() => { timer.value = window.setInterval(() => { count.value++ }, 1000)...

answer
zh-CN
10

### Describe the bug When I tried to change the size using font-size I found no change in the icon. `` ![image](https://user-images.githubusercontent.com/53386850/219602689-28536afd-d711-4a4f-9869-08d82ff23229.png) ### Reproduction https://github.com/antfu/unplugin-icons/blob/main/examples/vite-vue3/App.vue#L44 ### System Info ```Shell System:...

**Describe the bug** When I scanned the code through `vue-qrcode-reader`, I found that the lower version of Safari could not parse the QR code. ![image](https://github.com/user-attachments/assets/7d2f8d10-4486-44b6-9a56-93f63689e021) - Device: iPhone7Plus - OS:...

question

The specific usage is as follows: ` custom content `

feature request