diff --git a/packages/sfc-playground/src/store.ts b/packages/sfc-playground/src/store.ts index f4f12202..d3a892ac 100644 --- a/packages/sfc-playground/src/store.ts +++ b/packages/sfc-playground/src/store.ts @@ -9,7 +9,23 @@ import { } from '@vue/compiler-sfc' const storeKey = 'sfc-code' -const saved = localStorage.getItem(storeKey) || '' +const saved = + localStorage.getItem(storeKey) || + ` + + + + + +`.trim() // @ts-ignore export const sandboxVueURL = import.meta.env.PROD