vuetify, flexbox 및 목록을 사용한 단어 배치
질문 v-list가있는 flexbox가 있습니다. 내 문제는 v-list에 래핑되지 않은 텍스트가 있다는 것입니다. 나는 다음을 본다 : 목록을 포함하는 부분이 너비가 제한되지 않고 커지므로 래핑되지 않습니다. https://codepen.io/james-hudson3010/pen/GRobYRo문제를보여줍니다. 자바스크립트 : new Vue({ el: '#app', vuetify: new Vuetify(), props: { source: String, }, data: () => ({ selectedItem: null, flattened: [ { 'name': 'item 3 title content', 'comment': 'this is a really long comment to see what will..