Last active
April 3, 2020 16:06
-
-
Save mazlum/8239592c828ab29becb8bdd6643b4a62 to your computer and use it in GitHub Desktop.
async example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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