🎨 格式化代码.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
// 组件
|
||||
const HostGroupGrant = defineAsyncComponent(() => import('../components/host-group-grant.vue'))
|
||||
const HostKeyGrant = defineAsyncComponent(() => import('../components/host-key-grant.vue'))
|
||||
const HostIdentityGrant = defineAsyncComponent(() => import('../components/host-identity-grant.vue'))
|
||||
const HostGroupGrant = defineAsyncComponent(() => import('../components/host-group-grant.vue'));
|
||||
const HostKeyGrant = defineAsyncComponent(() => import('../components/host-key-grant.vue'));
|
||||
const HostIdentityGrant = defineAsyncComponent(() => import('../components/host-identity-grant.vue'));
|
||||
|
||||
// 路由
|
||||
export const GrantRouteName = 'assetGrant';
|
||||
|
||||
Reference in New Issue
Block a user