Skip to content

Commit f1b3743

Browse files
committed
fix code smell
1 parent 85a99b5 commit f1b3743

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

q-manui/src/components/performance/CpuComponent.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
</q-card>
1717
</template>
1818

19-
<style lang="css" scoped></style>
20-
2119
<script lang="ts">
2220
import { PropType, defineComponent, ref } from 'vue';
2321
import _fill from 'lodash/fill';

q-manui/src/components/performance/DiskComponent.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
</q-card>
1616
</template>
1717

18-
<style lang="css" scoped></style>
19-
2018
<script lang="ts">
2119
import { PropType, defineComponent, ref } from 'vue';
2220
import _fill from 'lodash/fill';

q-manui/src/components/performance/MemoryComponent.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
</q-card>
1717
</template>
1818

19-
<style lang="css" scoped></style>
20-
2119
<script lang="ts">
2220
import { PropType, defineComponent, ref } from 'vue';
2321
import _fill from 'lodash/fill';

q-manui/src/components/performance/NetworkComponent.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
</q-card>
1616
</template>
1717

18-
<style lang="css" scoped></style>
19-
2018
<script lang="ts">
2119
import { PropType, defineComponent, ref } from 'vue';
2220
import _fill from 'lodash/fill';

0 commit comments

Comments
 (0)