feat(core): adjust attrs fallthrough behavior

This commit is contained in:
Evan You
2019-10-25 12:12:17 -04:00
parent d76cfba7fb
commit 8edfbf9df9
8 changed files with 175 additions and 26 deletions

View File

@@ -74,7 +74,7 @@ describe('api: setup context', () => {
expect(dummy).toBe(1)
})
it('setup props should resolve the correct types from props object', async () => {
it.only('setup props should resolve the correct types from props object', async () => {
const count = ref(0)
let dummy