corrected a typo on vue component guide introduction paragraph (#26872)

This commit is contained in:
Omereshone Kelvin Oghenerhoro
2019-01-11 03:15:40 +01:00
committed by Manish Giri
parent d8924e4600
commit 656394e9cb

View File

@ -5,7 +5,7 @@ title: Components
## Components
A classic problem that web developers face when working is HTML duplication, not
in a simple example such as a list, but sometimes all you want is a "import" to
in a simple example such as a list, but sometimes all you want is an "import" to
be able to use the same code in several different places. Well, Vue.js gives you
this feature with Components.