Skip to content

Commit abf3f2f

Browse files
jay-esdanielkellyioskirtles-code
authored
Fix mismatched quotes in import (#308) (#309)
* 4 more Vue School Video Links (CAPI events, teleport, component registration, devtools) (#1576) * Fix mismatched quotes in import (#1586) Co-authored-by: Daniel Kelly <[email protected]> Co-authored-by: skirtle <[email protected]>
1 parent 3bf1c33 commit abf3f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components/registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ app.component(
2828
If using SFCs, you will be registering the imported `.vue` files:
2929

3030
```js
31-
import MyComponent from './App.vue`
31+
import MyComponent from './App.vue'
3232

3333
app.component('MyComponent', MyComponent)
3434
```

0 commit comments

Comments
 (0)