From 60d064b319527824c5259a052f8b5439ccfe665d Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期日, 02 四月 2023 23:33:28 +0800 Subject: [PATCH] fix type error --- src/components/ParentView/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ParentView/index.vue b/src/components/ParentView/index.vue index 7bf6148..4437b0a 100644 --- a/src/components/ParentView/index.vue +++ b/src/components/ParentView/index.vue @@ -1,3 +1,3 @@ -<template > - <router-view /> +<template> + <router-view /> </template> -- Gitblit v1.9.3