Skip to content

Commit ada13c0

Browse files
update english README to include mixins in component structure
1 parent cd44d11 commit ada13c0

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)