Skip to content

Commit b9565b8

Browse files
author
Pablo Henrique
authored
Merge pull request pablohpsilva#61 from JoshuaCoquelle/mixin-documentation
update english README to include mixins in component structure
2 parents dd99dd7 + ada13c0 commit b9565b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ Component structure:
299299
export default {
300300
// Do not forget this little guy
301301
name: 'RangeSlider',
302+
// share common functionality with component mixins
303+
mixins: [],
302304
// compose new components
303305
extends: {},
304306
// component properties/variables

0 commit comments

Comments
 (0)