Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit faeddb2

Browse files
committed
Return default function for handleSearchInput
1 parent f9e5f1f commit faeddb2

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

dist/modulist-vue.common.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modulist-vue.esm.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modulist-vue.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@modulist/vue",
33
"description": "Vue components for the Modulist Design System",
44
"author": "SimplyStack",
5-
"version": "1.0.0-alpha.2",
5+
"version": "1.0.0-alpha.10",
66
"main": "dist/modulist-vue.common.js",
77
"module": "src/entry.js",
88
"unpkg": "dist/modulist-vue.min.js",

src/components/Table/TableHeader/main.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default {
4040
},
4141
handleSearchInput: {
4242
type: Function,
43+
default: () => {},
4344
},
4445
disabledSearch: {
4546
type: Boolean,

0 commit comments

Comments
 (0)