Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
skyvow committed Jul 11, 2019
1 parent 9a4f4c5 commit a2b3caa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/cell-group/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions example/dist/cell-group/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import baseComponent from '../helpers/baseComponent'
import classNames from '../helpers/classNames'

baseComponent({
options: {
multipleSlots: false,
},
relations: {
'../cell/index': {
type: 'descendant',
Expand Down
3 changes: 3 additions & 0 deletions src/cell-group/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import baseComponent from '../helpers/baseComponent'
import classNames from '../helpers/classNames'

baseComponent({
options: {
multipleSlots: false,
},
relations: {
'../cell/index': {
type: 'descendant',
Expand Down

0 comments on commit a2b3caa

Please sign in to comment.