Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Delete settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
john-raymon committed Mar 18, 2020
1 parent 33d4afe commit fffc35a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions .vscode/settings.json

This file was deleted.

13 changes: 1 addition & 12 deletions src/components/ChecOptionsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ export default {
'left-end'].includes(placement);
},
},
/**
* Whether to left or right align the menu button in its container
*/
position: {
type: String,
default: '',
validate(position) {
return ['right'].includes(position);
},
},
},
data() {
return {
Expand Down Expand Up @@ -185,5 +175,4 @@ export default {
min-width: 10rem;
}
}
</style>
/* eslint-enable */
</style>

0 comments on commit fffc35a

Please sign in to comment.