Skip to content

Commit

Permalink
chore(docs): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed May 15, 2021
1 parent 1222d0f commit 8fe5356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions docs/src/css/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ body
justify-content: center
align-items: center

.ellipsis
white-space: nowrap
overflow: hidden
text-overflow: ellipsis

kbd
display: inline-block
margin: 0 0.2em
Expand Down
4 changes: 1 addition & 3 deletions docs/src/examples/ResourceWidthHeight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,9 @@ export default defineComponent({
},
computed: {
styles () {
const s = {
return {
'--calendar-resources-width': this.resourceWidth + 'px'
}
console.log(s)
return s
}
},
methods: {
Expand Down

0 comments on commit 8fe5356

Please sign in to comment.