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.
28 lines (25 loc) • 1.04 kB
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"
/>
<script type="module" crossorigin src="/vue-simple-context-menu/assets/index.9c44c8ec.js"></script>
<link rel="stylesheet" href="/vue-simple-context-menu/assets/index.9c466f18.css">
</head>
<body>
<div id="app"></div>
</body>
</html>