Add a property that will contain the width of the screen, and the method is the property to update: updateWidth() { this.width = window.innerWidth; },
確定! 回上一頁