Skip to content

Instantly share code, notes, and snippets.

@NickyMeuleman
Last active April 22, 2020 14:38
Show Gist options
  • Save NickyMeuleman/8598a99c7bebf6736d8788349425f164 to your computer and use it in GitHub Desktop.
Save NickyMeuleman/8598a99c7bebf6736d8788349425f164 to your computer and use it in GitHub Desktop.
<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