Donny Wang
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...
```vue // 你的答案 import { onMounted, inject, onUnmounted } from "vue" const timer = inject("timer") const count = inject("count") onMounted(() => { timer.value = window.setInterval(() => { count.value++ }, 1000)...
### Describe the bug When I tried to change the size using font-size I found no change in the icon. ``  ### 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.  - Device: iPhone7Plus - OS:...
The specific usage is as follows: ` custom content `