From 82d90252bcbad6cd86fa69d4fa3f9bcda53b4dc1 Mon Sep 17 00:00:00 2001 From: Fabio Falcinelli Date: Wed, 18 Dec 2019 10:50:38 +0100 Subject: [PATCH 1/3] Added single action mode. If no actions are passed, then on main fab click the parent @action method bind will be called --- demo/App.vue | 41 +- dist/build.js | 8 +- dist/build.js.map | 2 +- package-lock.json | 116 +- src/FAB.vue | 159 +- yarn.lock | 5272 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 5466 insertions(+), 132 deletions(-) create mode 100644 yarn.lock diff --git a/demo/App.vue b/demo/App.vue index 6457257..a0b0c70 100644 --- a/demo/App.vue +++ b/demo/App.vue @@ -160,10 +160,16 @@ -