mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Fixed min-width, min-height with % w/h
This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
||||
size: {}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
mounted () {
|
||||
this.$el.addEventListener('mousedown', this.start, false)
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user