2.0.6 • Published 9 years ago
vue-context-menu v2.0.6
vue-context-menu
vue context-menu component
Demo: https://vmaimone.github.io/vue-context-menu
Example Usage
<div @contextmenu.prevent="$refs.ctxMenu.open">
...
</div>
<context-menu id="context-menu" ref="ctxMenu">
<li @click="doSomething(...)">option 1</li>
<li class="disabled">option 2</li>
<li>option 3</li>
</context-menu>
<script>
import contextMenu from 'vue-context-menu'
export default {
name: 'my-component',
components: { contextMenu },
methods: { doSomething }
...
}
</script>Build Setup
# install dependencies
npm install
# compiles src/*.vue and builds a bundle for static linking
npm run build
# runs Karma with test/*.js
npm run test
# runs webpack-dev-server
npm run devVue 1.x Support
Haven't migrated to Vue 2.x yet?
npm install vue-context-menu@0.0.13
2.0.6
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago
0.0.0
10 years ago