perf: refs #8197 perf
This commit is contained in:
parent
dd36b35bf7
commit
cfb35d23b4
|
@ -151,7 +151,7 @@ const deleteAcl = async ({ id }) => {
|
|||
<template #body>
|
||||
<VnTable
|
||||
ref="tableRef"
|
||||
data-key="AccountAcls"
|
||||
:data-key="dataKey"
|
||||
:create="{
|
||||
urlCreate: 'ACLs',
|
||||
title: 'Create ACL',
|
||||
|
|
|
@ -56,7 +56,6 @@ export const useArrayDataStore = defineStore('arrayDataStore', () => {
|
|||
}
|
||||
|
||||
return {
|
||||
state,
|
||||
get,
|
||||
set,
|
||||
clear,
|
||||
|
|
Loading…
Reference in New Issue