From 736aa16c4601a96cd7289bafc14efbb387020cb0 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 23 Feb 2021 19:10:28 +0000 Subject: [PATCH] fixes for the list and table examples --- .../vue/button-story-click-handler-args.vue3.js.mdx | 4 ++-- docs/snippets/vue/list-story-template.vue2.js.mdx | 4 ++-- docs/snippets/vue/list-story-template.vue3.js.mdx | 8 ++++---- .../vue/table-story-fully-customize-controls.vue2.js.mdx | 9 +++++---- .../vue/table-story-fully-customize-controls.vue3.js.mdx | 6 ++++-- 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/snippets/vue/button-story-click-handler-args.vue3.js.mdx b/docs/snippets/vue/button-story-click-handler-args.vue3.js.mdx index de735059e89..400f366f225 100644 --- a/docs/snippets/vue/button-story-click-handler-args.vue3.js.mdx +++ b/docs/snippets/vue/button-story-click-handler-args.vue3.js.mdx @@ -6,12 +6,12 @@ export const Text = (args) => ({ setup() { return { label: args.label, + onClick: action('clicked'), }; }, template: '