Skip to content

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

Open
@Maxttier

Description

@Maxttier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions