UNPKG

vue-simple-context-menu

Version:

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.

26 lines (24 loc) 898 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta content="vue-simple-context-menu - 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." name="vue-simple-context-menu" /> <meta name="robots" content="index,follow" /> <title>vue-simple-context-menu</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous" /> </head> <body> <div id="app"></div> <script type="module" src="/index.js"></script> </body> </html>