Skip to content

Commit f74d07d

Browse files
committed
fix(example): remove toRaw
1 parent eee2cc8 commit f74d07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nuxt3/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const particlesInit = async (engine) => {
4444
}
4545
4646
const particlesLoaded = (container: Container) => {
47-
console.log(toRaw(container))
47+
console.log(container)
4848
}
4949
5050
</script>

0 commit comments

Comments
 (0)