[beast: 33/47] EBEAST: vc/: docu fixes
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 33/47] EBEAST: vc/: docu fixes
- Date: Sat, 2 Sep 2017 00:44:42 +0000 (UTC)
commit 55253f05a88504dd24fb7db0ff832876bc5251f6
Author: Tim Janik <timj gnu org>
Date: Thu Jun 8 16:37:44 2017 +0200
EBEAST: vc/: docu fixes
Signed-off-by: Tim Janik <timj gnu org>
ebeast/vc/button-bar.vue | 2 --
ebeast/vc/button.vue | 4 ++--
ebeast/vc/playcontrols.vue | 2 --
3 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/ebeast/vc/button-bar.vue b/ebeast/vc/button-bar.vue
index 64604e6..f6c3d96 100644
--- a/ebeast/vc/button-bar.vue
+++ b/ebeast/vc/button-bar.vue
@@ -2,8 +2,6 @@
<docs>
## vc-button-bar - A container for tight packing of buttons
- ### Props:
- ### Events:
### Slots:
- **slot** - All contents passed into this element will be packed tightly and styled as buttons.
</docs>
diff --git a/ebeast/vc/button.vue b/ebeast/vc/button.vue
index 8a38e7b..bbbade0 100644
--- a/ebeast/vc/button.vue
+++ b/ebeast/vc/button.vue
@@ -5,9 +5,9 @@
### Props:
- **hotkey** - Keyboard accelerator to trigger a ''click'' event.
### Events:
- - **click** - A ''click'' event is emitted for activation through mouse buttons, Space or Enter keys.
+ - **click** - A *click* event is emitted for activation through mouse buttons, Space or Enter keys.
### Slots:
- - **slot** - All contents passed into this element will be rendered as contents of the button.
+ - **default** - All contents passed into this element will be rendered as contents of the button.
</docs>
<style lang="less">
diff --git a/ebeast/vc/playcontrols.vue b/ebeast/vc/playcontrols.vue
index 8f67193..3255f1f 100644
--- a/ebeast/vc/playcontrols.vue
+++ b/ebeast/vc/playcontrols.vue
@@ -4,8 +4,6 @@
## vc-playcontrols - A container holding the play and seek controls for a song
### Props:
- **project** - The BSE object providing playback API.
- ### Events:
- ### Slots:
</docs>
<style lang="less">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]