We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d13f3b commit eab567aCopy full SHA for eab567a
docs/v1/vue.md
@@ -4,7 +4,7 @@ Forms.js integrates with the Vue JavaScript framework. It provides a component t
4
5
### Usage
6
7
-```vue
+```javascript
8
<script>
9
import Form from '@forms.js/vue';
10
packages/vue/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@forms.js/vue",
3
"version": "1.0.0",
- "description": "The official vue component for @forms.js",
+ "description": "The official vue component for Forms.js",
"module": "lib/index.js",
"type": "module",
"types": "lib/index.d.ts",
0 commit comments