Vue.JS
[Vue] Context menu install 및 적용
junjunwon
2021. 11. 23. 10:23
먼저 vue-simple-context-menu 설치
# npm
npm i vue-simple-context-menu
#yarn
yarn add vue-simple-context-menu
출처 : https://vuejsexamples.com/simple-context-menu-component-built-for-vue/
Simple context-menu component built for Vue
Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.
vuejsexamples.com