chore(sfc-playground): improve buttons

This commit is contained in:
Evan You
2021-09-16 17:21:48 -04:00
parent 8055445b68
commit a276e7253a
2 changed files with 13 additions and 3 deletions

View File

@@ -7,6 +7,10 @@ import config from './template/vite.config.js?raw'
import readme from './template/README.md?raw'
export async function downloadProject(store: any) {
if (!confirm('Download project files?')) {
return
}
const { default: JSZip } = await import('jszip')
const zip = new JSZip()