Skip to content

Instantly share code, notes, and snippets.

@linneudm
Last active July 9, 2019 23:01
Show Gist options
  • Save linneudm/1ac3d22aef123eb562d9f65bfb2bf98b to your computer and use it in GitHub Desktop.
Save linneudm/1ac3d22aef123eb562d9f65bfb2bf98b to your computer and use it in GitHub Desktop.
template
<template>
<span><my-name v-bind="name"></my-name> -- Welcome to <b>Paper Dashboard</b> - a beautiful freebie for every web developer.</span>
</template>
<script>
export default {
name: 'notification-template',
props: ['name'],
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment