Created
October 26, 2019 07:24
-
-
Save zwacky/b66f83ea783a9d366ef6298324fdcf2a to your computer and use it in GitHub Desktop.
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 functional> | |
<button | |
class="btn btn-primary" | |
v-bind="data.attrs" | |
v-on="listeners" | |
> | |
<slot/> | |
</button> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment