codevdesign 0.0.52 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -266,7 +266,9 @@
|
|
|
266
266
|
const ajouter = () => {
|
|
267
267
|
emit('ajouter')
|
|
268
268
|
}
|
|
269
|
-
|
|
269
|
+
|
|
270
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
271
|
+
const cliqueLigne = (e: Event, { item }: { item: any }) => {
|
|
270
272
|
emit('cliqueLigne', item)
|
|
271
273
|
}
|
|
272
274
|
|