Skip to content

0x66you/vue-renderFunction

Repository files navigation

Contents

  • 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

License

MIT License © Yeh,Chun-Chen

About

applied in increasingly difficult ways

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages