Html – Can't resize a DIV at the click of button in Vue3
I am trying to resize a DIV block using Vue3 but the button when I click it brings up an "Cannot read properties of undefined (reading 'style')". I know the JS part is wrong, but how do I correct it.…