From f739f704af8250f61d7b8c9d53d4e150e458c791 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 15 Jan 2025 19:35:01 -0500 Subject: [PATCH] [CodeHealth] Use scoped CSS in views (#2262) --- src/components/install/GpuPicker.vue | 2 +- src/views/InstallView.vue | 2 +- src/views/ManualConfigurationView.vue | 2 +- src/views/NotSupportedView.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/install/GpuPicker.vue b/src/components/install/GpuPicker.vue index 498c76a553..deb666ee8c 100644 --- a/src/components/install/GpuPicker.vue +++ b/src/components/install/GpuPicker.vue @@ -159,7 +159,7 @@ const pickGpu = (value: typeof selected.value) => { } -