We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0780ac0 commit d358b3bCopy full SHA for d358b3b
storage/framework/core/components/notification/src/components/Usage.vue
@@ -33,7 +33,7 @@ async function handleCopyCode() {
33
<p class="my-3 text-base">
34
Render the toaster in the root of your app.
35
</p>
36
- <div class="group code-block relative">
+ <div class="code-block group relative">
37
<Highlight
38
class-name="rounded-md text-xs"
39
language="xml"
storage/framework/core/plugins/src/index.ts
@@ -4,8 +4,3 @@ import { plugin } from 'bun'
4
5
export { plugin }
6
export type { BunPlugin, VitePlugin }
7
-
8
-export function addStack(name: string): void {
9
10
- // Add a stack to the stack list
11
-}
0 commit comments