Reproduction for farm-fe/farm#2024.
-
Install dependencies
pnpm install
-
Start farm dev server
pnpm dev
-
Open test link in browser
Click and open http://localhost:9000/#/page. As we can see, the background is filled with gray.
-
Change class name in
src/views/page.vue
The original class is
bg-gray-800
, change it tobg-gray-900
or other background classes.You can see the background is white after change the class.
Arch Linux