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

Menu