We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment Vuetify Version: 3.7.3 Vue Version: 3.5.12 Browsers: Chrome 129.0.0.0 OS: Linux x86_64
Steps to reproduce npm run dev
Expected Behavior Table with rows
Actual Behavior Empty table, only header
Reproduction Link
<template> <v-data-table :items="items || items2" </template> @Component({ components: [ VBreadcrumbs, VBtn, VCard, VChip, VDataTable, VIcon, VImg, VList, VMenu, VRating, VTab, VTabs, VTabsWindow, VTabsWindowItem, VTextField, ] }) export default class App extends Vue { items = [{ name: 'Anna', role: 'Manager' }] @Setup(() => ref([{ name: 'Anna', role: 'Manager' }])) public items2 = [{ name: 'Anna', role: 'Manager' }] }
https://github.com/mak7an/nuxt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Vuetify Version: 3.7.3
Vue Version: 3.5.12
Browsers: Chrome 129.0.0.0
OS: Linux x86_64
Steps to reproduce
npm run dev
Expected Behavior
Table with rows
Actual Behavior
Empty table, only header
Reproduction Link
https://github.com/mak7an/nuxt
The text was updated successfully, but these errors were encountered: