Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vuejs/test-utils
/
Class
tests/features/classComponent.spec.ts:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
props: [
'foo'
]
22
})
23
class
MyComp extends Vue {
24
message =
'answer is '
+ (this.$props as any).foo
25
render() {
26
return
h(
'div'
, this.message)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected