Set inheritAttrs: false

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-11-26 12:12:49 +01:00
parent 8a5f425b74
commit 4fe5c2e740
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import { HCI } from '../types';
export default { export default {
name: 'ListSriovGpuDevices', name: 'ListSriovGpuDevices',
inheritAttrs: false,
components: { components: {
Banner, Banner,
Loading, Loading,

View File

@ -10,6 +10,8 @@ import { ADD_ONS } from '../config/harvester-map';
export default { export default {
name: 'ListVGpuDevices', name: 'ListVGpuDevices',
inheritAttrs: false,
components: { components: {
Banner, Banner,
Loading, Loading,