Skip to content

Commit

Permalink
Revert "fix(taginput): add removeItem to exposed functionalities (oru…
Browse files Browse the repository at this point in the history
…ga-ui#887)"

This reverts commit e111cdd.
  • Loading branch information
Thaurin committed Apr 11, 2024
1 parent e111cdd commit 0e24442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oruga/src/components/taginput/Taginput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ const counterClasses = defineClasses(["counterClass", "o-taginput__counter"]);
// --- Expose Public Functionalities ---
/** expose functionalities for programmatic usage */
defineExpose({ focus: setFocus, removeItem: removeItem });
defineExpose({ focus: setFocus });
</script>

<template>
Expand Down

0 comments on commit 0e24442

Please sign in to comment.