Skip to content

Commit 0780ac0

Browse files
committed
chore: wip
1 parent 3c9373b commit 0780ac0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

storage/framework/core/components/dropdown/src/components/Others.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async function handleCopyCode() {
148148
{{ type.name }}
149149
</button>
150150
</div>
151-
<div class="code-block group relative">
151+
<div class="group code-block relative">
152152
<Highlight
153153
language="javascript"
154154
class-name="rounded-md text-xs"

storage/framework/core/registry/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ Where stacks are defined.
1212
bun install -d @stacksjs/registry
1313
```
1414

15-
```js
16-
import type { Registry } from '@stacksjs/registry'
17-
import { registry } from '@stacksjs/registry'
15+
```typescript
16+
import { registry, type Registry } from '@stacksjs/registry'
1817

1918
console.log(registry) // the Registry as an object
2019
```

0 commit comments

Comments
 (0)