@modeltables/fontawesome-vuetify 3.3.1 → 3.4.0

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
  @modeltables/fontawesome-vuetify
2
2
 
3
- --Install
3
+ #Install
4
4
 
5
5
  ```bash
6
6
  pnpm add @modeltables/fontawesome-vuetify
7
7
  ```
8
8
 
9
- --Quick start
9
+ #Quick start
10
10
 
11
11
  1. Create Header and DataItem Model
12
12
 
@@ -47,7 +47,7 @@ export class ExampleModel {
47
47
  @rowClick="rowClick($event)">
48
48
  ```
49
49
 
50
- --Documentation
50
+ #Documentation
51
51
 
52
52
  You should probably import main component and make a quick look at model table in your database.
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modeltables/fontawesome-vuetify",
3
- "version": "3.3.1",
3
+ "version": "3.4.0",
4
4
  "description": "",
5
5
  "main": "./components/index.d.ts",
6
6
  "type": "module",