Changed the word Will to With
This commit is contained in:
Balakrishna Prasad Ganne 2018-10-06 09:51:43 +05:30 committed by GitHub
parent 5c8a143a18
commit 587161da26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ I was looking for a text editor for [Vue.js](https://github.com/vuejs/vue) and f
### What means `renderless`?
Will renderless components you'll have (almost) full control over markup and styling. I don't want to tell you what a menu should look like or where it should be rendered in the DOM. That's all up to you. There is also a [good article](https://adamwathan.me/renderless-components-in-vuejs/) about renderless components by Adam Wathan.
With renderless components you'll have (almost) full control over markup and styling. I don't want to tell you what a menu should look like or where it should be rendered in the DOM. That's all up to you. There is also a [good article](https://adamwathan.me/renderless-components-in-vuejs/) about renderless components by Adam Wathan.
### How is the data stored under the hood?