Skip to content

Commit 72db086

Browse files
linting
1 parent bc3a25b commit 72db086

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vuedraggable.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ const draggableComponent = {
178178
}
179179

180180
if (this.element !== "div") {
181-
console.warn("Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props");
181+
console.warn(
182+
"Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props"
183+
);
182184
}
183185

184186
if (this.options !== undefined) {

0 commit comments

Comments
 (0)