From 43f58dfdb69d714efb5c5817504fcf002796392d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:48:49 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages-private/sfc-playground/src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages-private/sfc-playground/src/App.vue b/packages-private/sfc-playground/src/App.vue index 6cac24baf2f..9ae0ecd9236 100644 --- a/packages-private/sfc-playground/src/App.vue +++ b/packages-private/sfc-playground/src/App.vue @@ -15,7 +15,9 @@ setVH() const useSSRMode = ref(false) const AUTO_SAVE_STORAGE_KEY = 'vue-sfc-playground-auto-save' -const initAutoSave: boolean = JSON.parse(localStorage.getItem(AUTO_SAVE_STORAGE_KEY) ?? 'true') +const initAutoSave: boolean = JSON.parse( + localStorage.getItem(AUTO_SAVE_STORAGE_KEY) ?? 'true', +) const autoSave = ref(initAutoSave) const { productionMode, vueVersion, importMap } = useVueImportMap({