Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vuejs/test-utils
/ data
Method
data
tests/features/classComponent.spec.ts:77–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
class
MyComp extends Vue {
76
a!: number
77
data() {
78
return
{
79
a: 1
80
}
81
}
82
get b() {
83
return
this.a + 1
84
}
Callers
1
createInstance
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected