Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ How to Use ] Request #4

Open
alanamircruz opened this issue Aug 5, 2018 · 1 comment
Open

[ How to Use ] Request #4

alanamircruz opened this issue Aug 5, 2018 · 1 comment

Comments

@alanamircruz
Copy link

Hey Hi Ashley,

Hoping you are ok over there, sorry if my question its quite dumb. I'm new into Vue.js then while trying to create a sample or testing a quick-menu (using it from a div), I found a little bit confusing the documentation here.

Could you please add more details in the "How to Use html tag " ?

Any help will be welcomed, thanks in advance.
Alan

@ergofriend
Copy link

vue 3.0.1
node v8.11.4
npm 5.6.0
I could change property itself.
ark-vue
Plz see /src/components/Nav.vue
<template><div> <quick-menu :menu-count=count :icon-class=icons :menu-url-list=list :position=position :backgroundColor=backgroundColor></quick-menu></div> </template>
Javascript
<script> //https://github.com/AshleyLv/vue-quick-menu import quickMenu from "vue-quick-menu"; export default { data() { return { count: 3, icons: ["fas fa-home", "fas fa-users", "fas fa-ellipsis-h"], list: [ { isLink: true, url: "/" }, { isLink: true, url: "/about" }, { isLink: false } ], backgroundColor: "#1976d2", position: "bottom-right" }; }, components: { quickMenu } }; </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants