Skip to content

Commit

Permalink
fix: row data
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Aug 3, 2023
1 parent 6809665 commit e4a1565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/moleculer_status/MoleculerServices.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<q-table :columns="columns" :data="service" v-model:expanded='expanded'
<q-table :columns="columns" :rows="service" v-model:expanded='expanded'
:title="$t('service_action')"
:filter="filter"
:hide-bottom="table.hide_bottom"
Expand Down

0 comments on commit e4a1565

Please sign in to comment.