Skip to content

Instantly share code, notes, and snippets.

@mazlum
Last active April 3, 2020 16:06
Show Gist options
  • Save mazlum/8239592c828ab29becb8bdd6643b4a62 to your computer and use it in GitHub Desktop.
Save mazlum/8239592c828ab29becb8bdd6643b4a62 to your computer and use it in GitHub Desktop.
async example
<template>
<div id="app">
<button @click="load">Load Component right here.</button>
<async-component
v-if="loadComponent"
:component="Example"
example="Example Props"
@listen="listen"/>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment