@modelforms/fontawesome-vuetify 3.6.1 → 3.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  @modelforms/fontawesome-vuetify
2
2
 
3
- --Install
3
+ #Install
4
4
 
5
5
  ```bash
6
6
  pnpm add @modelforms/fontawesome-vuetify
7
7
  ```
8
8
 
9
- --Quick start
9
+ #Quick start
10
10
 
11
11
  1. Create GridModel and DataModel
12
12
 
@@ -92,7 +92,7 @@ export const testForm: GridModel<UserModel> = {
92
92
  </script>
93
93
  ```
94
94
 
95
- -- Documentation
95
+ #Documentation
96
96
 
97
97
  The basic types of controls are text, number, date, complete, area, file, and password.
98
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelforms/fontawesome-vuetify",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "main": "./components/index.ts",
5
5
  "type": "module",
6
6
  "exports": {