Skip to content
New issue

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

VDataTable not work with facing-dev/vue-facing-decorator #138

Open
Maxttier opened this issue Nov 1, 2024 · 0 comments
Open

VDataTable not work with facing-dev/vue-facing-decorator #138

Maxttier opened this issue Nov 1, 2024 · 0 comments

Comments

@Maxttier
Copy link

Maxttier commented Nov 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant