Skip to content

Commit 71ac809

Browse files
author
Mauro Vieira
committed
- Updated readme file.
1 parent 99ecaec commit 71ac809

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

README.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,54 +4,54 @@
44

55
## Installation
66

7-
Open Package Control - (Ctrl or ⌘) + ⇧ + P
8-
Type `Vue Snippets`
7+
- Open Package Control - (Ctrl or ⌘) + ⇧ + P
8+
- Type `Vue Snippets`
99

1010

1111
## Snippets
1212

1313
### Vue
1414

15-
| Snippet | Purpose |
16-
| ------- | -------------------------- |
15+
| Snippet | Purpose |
16+
| --- | --- |
1717
| `vbase` | Single file component base |
1818

1919
### Template
2020

21-
| Snippet | Purpose |
22-
| ----------------- | ----------------------------------- |
23-
| `vclass` | Class binding |
24-
| `vfor` | v-for directive |
25-
| `vif` | v-if directive |
26-
| `vmodel` | Semantic v-model directive |
27-
| `von` | v-on click handler with arguments |
28-
| `vshow` | v-show directive |
29-
| `vsrc` | Image src binding |
30-
| `vstyle` | Inline style binding |
21+
| Snippet | Purpose |
22+
| --- | --- |
23+
| `vclass` | Class binding |
24+
| `vfor` | v-for directive |
25+
| `vif` | v-if directive |
26+
| `vmodel` | Semantic v-model directive |
27+
| `von` | v-on click handler with arguments |
28+
| `vshow` | v-show directive |
29+
| `vsrc` | Image src binding |
30+
| `vstyle` | Inline style binding |
3131

3232
### Script
3333

34-
| Snippet | Purpose |
35-
| ---------------- | ------------------------------------------------------------------------ |
36-
| `vcomputed` | Vue computed property |
37-
| `vdata` | Component data as a function |
38-
| `vdestroyed` | Vue destroyed |
39-
| `vdirectives` | Vue create a custom directive |
40-
| `vfilter` | Vue filter |
41-
| `vimport` | Import one component into another |
42-
| `vmethods` | Vue methods |
43-
| `vmixin` | Create a Vue Mixin |
44-
| `vmounted` | Vue mounted |
45-
| `vprops` | Props with type and default |
46-
| `vwatch` | Vue watcher with new and old value args |
34+
| Snippet | Purpose |
35+
| --- | --- |
36+
| `vcomputed` | Vue computed property |
37+
| `vdata` | Component data as a function |
38+
| `vdestroyed` | Vue destroyed |
39+
| `vdirectives` | Vue create a custom directive |
40+
| `vfilter` | Vue filter |
41+
| `vimport` | Import one component into another |
42+
| `vmethods` | Vue methods |
43+
| `vmixin` | Create a Vue Mixin |
44+
| `vmounted` | Vue mounted |
45+
| `vprops` | Props with type and default |
46+
| `vwatch` | Vue watcher with new and old value args |
4747

4848
### Vuex
4949

50-
| Snippet | Purpose |
51-
| --------------- | ------------------------------ |
52-
| `vactions` | Vuex Actions |
53-
| `vgetters` | Vuex Getter |
54-
| `vmutations` | Vuex Mutations |
50+
| Snippet | Purpose |
51+
| ---| --- |
52+
| `vactions` | Vuex Actions |
53+
| `vgetters` | Vuex Getter |
54+
| `vmutations` | Vuex Mutations |
5555

5656

5757
## Thanks

0 commit comments

Comments
 (0)