From c72a8e051bfd0c25858973990e8ca15a60129ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=9APS=E7=9A=84=E5=B0=8F=E7=A0=81=E5=86=9C?= <747357766@qq.com> Date: Wed, 30 Mar 2022 15:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=89=E6=8B=A9=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA=E8=87=AA=E5=8A=A8=E7=BB=91=E5=AE=9Amodel=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E5=9C=B0=E5=9D=80=E8=87=AA=E5=8A=A8=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bizComp.vue | 56 ------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 src/bizComp.vue diff --git a/src/bizComp.vue b/src/bizComp.vue deleted file mode 100644 index 9055073..0000000 --- a/src/bizComp.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - {{'父组件在子组件使用v-model,子组件使用value接收父组件的传参'}} - {{value}} - - - \ No newline at end of file