Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ Ex:
* typically providing array index as keys won't work as key should be linked to the items content
* cloned elements should provide updated keys, it is doable using the [clone props](#clone) for example

- With strict Content Security Policy (CSP) enabled in report only mode, Vue.draggable will cause a warning in the console. However, with a strict CSP in enforcement mode, [this exception is caught](https://github.com/SortableJS/Vue.Draggable/blob/master/dist/vuedraggable.common.js#L1517) and the component works normally.


### Example
* [Clone](https://sortablejs.github.io/Vue.Draggable/#/custom-clone)
Expand Down