-
withoutRender.html
- <template> is commonly used, but it's not always the most effective.
- uses v-if v-else-if v-else to handle different cases
-
withRender.html
- createElement (referred to as h in later files)
- stand-in for <template>
- further information: Render Functions & JSX
-
styingRootElement.html
- adds a parent layer with CSS settings to child element
- values passed in as a String, split afterwards
-
stylingButtons.html
- together with bootstrap buttons
- component includes $emit function
- slightly more complicated that previous ones
MIT License © Yeh,Chun-Chen