Skip to content

Commit 5c53405

Browse files
committed
Fixed syntax highlighting
1 parent b84c2c6 commit 5c53405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default Vue.extend({
7474

7575
In Vue 3.x you can use `defineComponent` to get type inference in Vue component options
7676

77-
```vue
77+
```js
7878
import { defineComponent } from 'vue'
7979

8080
const Component = defineComponent({

0 commit comments

Comments
 (0)