Skip to content

Instantly share code, notes, and snippets.

@shailen-naidoo
Created December 13, 2018 09:40
Show Gist options
  • Save shailen-naidoo/1013077932acb0abbe72417466acbc4a to your computer and use it in GitHub Desktop.
Save shailen-naidoo/1013077932acb0abbe72417466acbc4a to your computer and use it in GitHub Desktop.
Menu
<template>
<ul>
<slot>
</ul>
</template>
<style scoped>
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment