Last active
April 22, 2020 14:38
-
-
Save NickyMeuleman/8598a99c7bebf6736d8788349425f164 to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
<!-- 42 is a string --> | |
<Everything answer="42"></Everything> | |
<!-- 42 is a number --> | |
<Everything :answer="42"></Everything> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment