mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-19 06:30:32 +03:00
Update readme and changelog
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
[](https://vuejs.org)
|
||||
|
||||
`vue-context` provides a simple yet flexible context menu for Vue. It is styled for the standard `<ul>` tag, but any menu template can be used.
|
||||
The menu is lightweight with its only dependencies being `vue-clickaway` and `core-js`. The menu has some basic styles applied to it but they can be easily
|
||||
The menu is lightweight with its only dependency being `vue-clickaway`. The menu has some basic styles applied to it but they can be easily
|
||||
overridden by your own styles.
|
||||
<br><br>
|
||||
The menu disappears when you expect by utilizing `vue-clickaway` and it also optionally disappears when clicked on.
|
||||
@@ -70,6 +70,13 @@ Next add an element to the page that will trigger the context menu to appear, an
|
||||
</div>
|
||||
```
|
||||
|
||||
> **Notice:** As of version **4.1.0**, the menu styles are not automatically included by default anymore.
|
||||
> You will need to manually import them now in your own stylesheets.
|
||||
|
||||
```bash
|
||||
@import '~vue-context/dist/css/vue-context.css';
|
||||
```
|
||||
|
||||
## Documentation/Demo
|
||||
|
||||
For full documentation and demos, go here: https://vue-context.com/docs
|
||||
|
||||
Reference in New Issue
Block a user