From 58211d9a0fde809170a067b7fd2382cf851240f2 Mon Sep 17 00:00:00 2001 From: Oktfolio Date: Mon, 23 Nov 2020 15:51:58 +0800 Subject: [PATCH] fix: use Vue.with instead of Vue.props in example --- example/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/App.vue b/example/src/App.vue index 55bed7d..5dce398 100644 --- a/example/src/App.vue +++ b/example/src/App.vue @@ -18,7 +18,7 @@ class Props { propMessage!: string } -export default class App extends Vue.props(Props) { +export default class App extends Vue.with(Props) { // inital data msg: number = 123 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