Skip to content

Commit a898b13

Browse files
author
issayah
committed
fix: test commit please ignore
forcing bot to publish to npm
1 parent 4bdf355 commit a898b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ export default defineComponent({
20902090
const tagValidator = (tag: string) =>
20912091
tag === tag.toLowerCase() && tag.length > 2 && tag.length < 6
20922092
2093-
function onTagState(valid: string[], invalid: string[], duplicate: string[]) {
2093+
const onTagState = (valid: string[], invalid: string[], duplicate: string[]) => {
20942094
console.log({
20952095
valid,
20962096
invalid,

0 commit comments

Comments
 (0)