Skip to content

Commit

Permalink
fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
fakoua committed Feb 14, 2024
1 parent 85a99b5 commit f1b3743
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions q-manui/src/components/performance/CpuComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
</q-card>
</template>

<style lang="css" scoped></style>

<script lang="ts">
import { PropType, defineComponent, ref } from 'vue';
import _fill from 'lodash/fill';
Expand Down
2 changes: 0 additions & 2 deletions q-manui/src/components/performance/DiskComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
</q-card>
</template>

<style lang="css" scoped></style>

<script lang="ts">
import { PropType, defineComponent, ref } from 'vue';
import _fill from 'lodash/fill';
Expand Down
2 changes: 0 additions & 2 deletions q-manui/src/components/performance/MemoryComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
</q-card>
</template>

<style lang="css" scoped></style>

<script lang="ts">
import { PropType, defineComponent, ref } from 'vue';
import _fill from 'lodash/fill';
Expand Down
2 changes: 0 additions & 2 deletions q-manui/src/components/performance/NetworkComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
</q-card>
</template>

<style lang="css" scoped></style>

<script lang="ts">
import { PropType, defineComponent, ref } from 'vue';
import _fill from 'lodash/fill';
Expand Down

0 comments on commit f1b3743

Please sign in to comment.