Skip to content

Commit eab567a

Browse files
committed
update vue docs
1 parent 6d13f3b commit eab567a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/v1/vue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Forms.js integrates with the Vue JavaScript framework. It provides a component t
44

55
### Usage
66

7-
```vue
7+
```javascript
88
<script>
99
import Form from '@forms.js/vue';
1010

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@forms.js/vue",
33
"version": "1.0.0",
4-
"description": "The official vue component for @forms.js",
4+
"description": "The official vue component for Forms.js",
55
"module": "lib/index.js",
66
"type": "module",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)