Skip to content

Commit b7c4e76

Browse files
authored
fix: use Vue.with instead of Vue.props in example (#484)
1 parent 4ccce3f commit b7c4e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Props {
1818
propMessage!: string
1919
}
2020
21-
export default class App extends Vue.props(Props) {
21+
export default class App extends Vue.with(Props) {
2222
// inital data
2323
msg: number = 123
2424

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy