Skip to content

Instantly share code, notes, and snippets.

@amcsi
Created April 22, 2022 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcsi/920b303c533bcb139587d6d9a4c04bb5 to your computer and use it in GitHub Desktop.
Save amcsi/920b303c533bcb139587d6d9a4c04bb5 to your computer and use it in GitHub Desktop.
<template>
<el-menu v-bind="$attrs">
<slot></slot>
</el-menu>
</template>
<script>
/** @class AMenu */
export default {
name: 'AMenu',
};
</script>
<style scoped lang="scss"></style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment