Answer the question
In order to leave comments, you need to log in
How to get screen width in Vue?
There is a component written in Vue.js and TS. It has a computed property:
get isFullCalendar() {
return (window.screen.width > 1141);
}
[Vue warn]: Error in render: "ReferenceError: window is not defined"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question