Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
ed68f6c358e077849a5e1456a6235df61c636343
Authored by
ww
2023-09-05 09:55:36 +0800
1 parent
cd5a9962
perf: 删除无用组件
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
src/views/rule/designer/src/components/UpdateNodeDrawer/EventTotal.vue
src/views/rule/designer/src/components/UpdateNodeDrawer/EventTotal.vue
deleted
100644 → 0
View file @
cd5a996
1
-
<script lang="ts" setup>
2
-
import { BasicEvents } from '../BasicEvents';
3
-
</script>
4
-
5
-
<template>
6
-
<BasicEvents />
7
-
</template>