[email protected]에서 `v-col``xs`가 움직이지 않는다

2103 단어 Vuetify

v-col xs not working



ゔ에치 [email protected] 에서 v-col xs 가 움직이지 않는다.

문서에는 xs가 있지만 내부적으로 cols로 바뀝니다.


  • vuetify documentation
  • [Bug Report] XS class in vuetify grid does not work #8997

  • Why was "xs"changed to "cols", but "sm"and "md"still work? Also, the documentation still tells people to use "xs". This makes zero sense. Either changing "xs"to "cols"was a mistake, or, If it was intentional, the documentation would reflect the change. This cost a lot of time to figure out.
    【google 번역】 : 'xs'가 'cols'로 변경되었지만 'sm'과 'md'가 여전히 작동하는 이유는 무엇입니까? 또한 다큐멘테이션은 여전히 ​​"xs"를 사용하도록 사람들에게 말합니다. 이것은 의미가 없습니다. "xs"를 "cols"로 변경하는 것은 실수였습니다. 또는 의도적 인 경우 문서에 변경 사항이 반영됩니다. 이것을 이해하는 데는 많은 시간이 걸렸습니다.

    실제 동작



    xs : 설정값은 반영되지 않고 무시됨


    <v-col xs="6">
    



    cols 로 설정하면 기대한 움직임이 된다


    <v-col cols="6">
    

    좋은 웹페이지 즐겨찾기