support embed singleton fields via props

This commit is contained in:
MapleLeaf
2021-12-20 19:11:07 -06:00
parent d1935d283a
commit 628c4b23d7
9 changed files with 128 additions and 78 deletions

8
vitest.config.ts Normal file
View File

@@ -0,0 +1,8 @@
// eslint-disable-next-line import/no-unused-modules
export default {
test: {
deps: {
inline: ["should"],
},
},
}