Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重现将选项卡组件添加到页面的步骤 在 v-tab-item 上使用属性:touchless="true" 用手指滑动仍然会导致转换
非接触式道具应防止用户滑动。
但我仍然能够。
您应该touchless在v-tabs-itemsvuetify 标签中使用。
touchless
v-tabs-items
<v-tabs-items touchless> <v-tab-item> // </v-tab-item> <v-tab-item> // </v-tab-item> </v-tabs-items>