vuejs-challenges
vuejs-challenges copied to clipboard
27 - 全局CSS
// 你的答案
:global(body) { width: 100vw; height: 100vh; background-color: burlywood; }