Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5ac369e

Browse files
typo, grammar
1 parent 6c9840a commit 5ac369e

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

‎README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Ionic Vue VSCode Snippets
22

3-
This extension adds ionic-vue snippets. Quickly add ionic-vue component code by simply typing `iv`. The `iv` prefix will show a rage of snippets to choose from. For example, `ivlabel` will add the label component code, `ivlist` will show the ionic vue list component code.
3+
This extension adds ionic-vue snippets. Quickly add ionic-vue component code by simply typing `iv`. The `iv` prefix will show a range of snippets to choose from. For example, `ivlabel` will add the label component code, `ivlist` will show the ionic vue list component code.
4+
5+
![Extension gif](/example.gif)
6+
7+
\!\[Extension gif\]\(/example.gif\)
48

59
## Supported components
610
All snippets are sourced from [ionic website](https://ionicframework.com/docs/components).
@@ -42,29 +46,7 @@ All snippets are sourced from [ionic website](https://ionicframework.com/docs/co
4246
- Slides
4347
- Tabs / Tab bar / Tab Button
4448

45-
![Extension gif](/example.gif)
46-
47-
\!\[Extension gif\]\(/example.gif\)
48-
4949
## Known Issues
5050

51-
- To use snippets effectively you will have to mannually import each ionic component used in the snippet `import { componetName } from @ionic/vue`. We are working on solving this issue.
52-
53-
## Release Notes
54-
55-
### 0.1.3
56-
57-
Fix indentation for `<ion-grid>` and `<ion-item-group>`.
58-
Added snippets for Backdrop, Progress Bar, Skeleton Text, Spinner, Radio Group, Radio, Range, Refresher, Router / Router Redirect, Searchbar, Segment / Segment Button, Select / Select Option, Slides and, Tabs / Tab bar / Tab Button.
59-
60-
### 0.1.2
61-
62-
[Fix](https://stackoverflow.com/a/65302060/616221) snippet scope for vue-html.
63-
64-
### 0.1.1
65-
66-
Added keywords to package.json
67-
68-
### 0.1.0
51+
- After adding a snippet import each ionic component used in the snippet `import { componetName } from @ionic/vue`. We are working on streamlining this process.
6952

70-
Initial release.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /