workflow: sfc playground

This commit is contained in:
Evan You
2021-03-28 01:35:45 -04:00
parent 2424768808
commit f76ddc5ac3
28 changed files with 1654 additions and 23 deletions

View File

@@ -22,3 +22,10 @@ declare namespace jest {
toHaveBeenWarnedTimes(n: number): R
}
}
declare module '*.vue' {
}
declare module '*?raw' {
}