docs: fix a code error in DevLog-2025.03.05 (#48)
This commit is contained in:
@@ -16,7 +16,7 @@ It feels like this:
|
||||
import { check } from '@proj-airi/gpuu/webgpu'
|
||||
import { onMounted } from 'vue'
|
||||
|
||||
onMounted(() => {
|
||||
onMounted(async () => {
|
||||
const result = await check()
|
||||
console.log(result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user