docs: update

This commit is contained in:
yemai
2019-08-09 09:42:45 +08:00
parent 1b842b4786
commit 73b7971ba7

View File

@@ -65,9 +65,9 @@ Ex:
## Context based behavior
As there are more than one language in `.vue` file, the different behavior like mapping or completion may be expected under the different tag.
As there are more than one language in `.vue` file, the different behaviors like mapping or completion may be expected under different tags.
This plugin provides a Function to get the tag the cursor is in.
This plugin provides a function to get the tag where the cursor is in.
- `GetVueTag() => String` Return value is 'template', 'script' or 'style'.