init
This commit is contained in:
@ -25,6 +25,7 @@ export default {
|
|||||||
window.addEventListener('resize', this.debounce(this.setScale))
|
window.addEventListener('resize', this.debounce(this.setScale))
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
// to do
|
||||||
getScale () {
|
getScale () {
|
||||||
const { width, height } = this
|
const { width, height } = this
|
||||||
const wh = window.innerHeight / height
|
const wh = window.innerHeight / height
|
||||||
|
Reference in New Issue
Block a user