workflow(sfc-playground): share and download buttons

This commit is contained in:
Evan You
2021-03-28 23:36:36 -04:00
parent aa8bf1b7a3
commit 9613969ffc
15 changed files with 232 additions and 25 deletions

View File

@@ -27,5 +27,10 @@ declare module '*.vue' {
}
declare module '*?raw' {
const content: string
export default content
}
declare module 'file-saver' {
export function saveAs(blob: any, name: any): void
}