style: 代码格式化
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { defineStore } from 'pinia';
|
||||
import {
|
||||
import type {
|
||||
RouteComponent,
|
||||
RouteLocationRaw,
|
||||
RouteMeta,
|
||||
|
||||
@@ -1566,9 +1566,6 @@ export function randerGroph(
|
||||
collapseArray
|
||||
);
|
||||
break;
|
||||
case 'restart':
|
||||
console.log('restart');
|
||||
break;
|
||||
case 'show':
|
||||
showItems(graph);
|
||||
break;
|
||||
|
||||
@@ -822,5 +822,4 @@ onMounted(() => {
|
||||
</PageContainer>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
</style>
|
||||
<style lang="less" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user