diff --git a/src/components/examples/AllowIgnore.stories.js b/src/components/examples/AllowIgnore.stories.js new file mode 100644 index 00000000..e40263b7 --- /dev/null +++ b/src/components/examples/AllowIgnore.stories.js @@ -0,0 +1,6 @@ +import AllowIgnore from './AllowIgnore.vue'; +export default { title: 'Examples' }; +export const asAComponentWithDragAllowOrIgnoreOnElements = () => ({ + components: { AllowIgnore }, + template: ``, +}); diff --git a/src/components/examples/AllowIgnore.vue b/src/components/examples/AllowIgnore.vue new file mode 100644 index 00000000..4004112a --- /dev/null +++ b/src/components/examples/AllowIgnore.vue @@ -0,0 +1,255 @@ + + + + + + + + {{ item.i }} + + click + + + + + + + + + +