mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-11 10:12:23 +03:00
19 lines
296 B
Markdown
19 lines
296 B
Markdown
---
|
|
title: Advanced Demo
|
|
sort: 2
|
|
---
|
|
|
|
<div id="app">
|
|
## Demo 1
|
|
|
|
{.tip}
|
|
> Right click on each item to see a more customized context menu appear for each item.
|
|
|
|
<div style="margin-bottom: 1rem;">
|
|
<advanced-1></advanced-1>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="../scripts/vue-context-demos.js"></script>
|