In vue, is there a way for some pages to refer to a common css, while others do not?

I would like to ask the great gods whether there is a way in vue for some pages to refer to a common css, while others do not, for example, there are four pages A, B, C and D, and they want An and B pages to have the style of index.css, while C and D do not have

.
Mar.06,2021

then you index.css do not introduce globally, just load the page on demand


load index.css under the required file

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ad70-2c228.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ad70-2c228.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?