Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Fix select chips
Browse files Browse the repository at this point in the history
ref #24
  • Loading branch information
Sneki committed Jun 26, 2018
1 parent 5c2a7ef commit a06298d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"validator": "^9.4.1",
"vue": "^2.5.16",
"vue-jsoneditor": "^1.0.13",
"vuetify": "^v1.1.0-rc.2"
"vuetify": "^1.1.0-rc.2"
},
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.12",
Expand Down
1 change: 1 addition & 0 deletions src/components/CSelect/CSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const getProps = (context) => {
appendIcon: getPropAppendIcon(config),
clearable: config.clearable && !config.readonly,
deletableChips: context.chips && !config.readonly,
chips: context.chips,
hint: config.hint,
items: config.dataSource ? config.dataSource.items : [],
label: config.label,
Expand Down
1 change: 0 additions & 1 deletion src/components/CTabItem/CTabItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const getTabItemContent = (context, createElement) => {
export default {
extends: Element,
render(createElement) {
console.log(this.schema);
const data = {
props: {
key: this.schema.uid,
Expand Down

0 comments on commit a06298d

Please sign in to comment.