Skip to content

Commit c048c5c

Browse files
authored
docs(api/debug): missing the assignment
Missing assignment (=) in the code
1 parent 294610b commit c048c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue-testing-library/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ defaults to `baseElement`
174174
```jsx
175175
import { render } from '@testing-library/vue'
176176

177-
const HelloWorldComponent {
177+
const HelloWorldComponent = {
178178
template: `<h1>Hello World</h1>`
179179
}
180180

0 commit comments

Comments
 (0)