chore(core): cleanup

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent 3f5519da4d
commit 0941e609dd
3 changed files with 44 additions and 3 deletions
+8
View File
@@ -3,3 +3,11 @@
---
Add `useNodeId` composable
## 🧙 Example
```ts
const nodeId = useNodeId()
console.log('nodeId', nodeId) // '1'
```