작성
·
190
·
수정됨
0
Tags를 옮긴 이후로 새 포스트 작성 버튼 클릭 시 에러가 뜹니다.
콘솔로그로 보면은 이렇게 뜨는데.. 제 지식으로는 찾기가 어려워요.. 알려주세요 ㅠㅠ
PostForm.vue:25 [Vue warn]: Invalid vnode type when creating vnode: undefined.
at <QCardSection class="q-gutter-y-sm" >
at <QForm onSubmit=fn >
at <PostForm title="" onUpdate:title=fn category="" ... >
at <QCard style= {minWidth: '660px'} >
at <BaseTransition appear=true persisted=false mode=undefined ... >
at <Transition appear=true enterFromClass="q-transition--none-enter-from" enterActiveClass="q-transition--none-enter-active" ... >
at <QDialog persistent="" modelValue=true onUpdate:modelValue=fn ... >
at <PostWriteDialog modelValue=true onUpdate:modelValue=fn >
at <QPage padding="" >
at <Index onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > >
at <RouterView>
at <QPageContainer style= {maxWidth: '1080px', margin: '0 auto'} >
at <QLayout view="hHh lpR fFf" class="bg-grey-2" >
at <Default onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > >
at <RouterView>
at <App>
답변 1
0
안녕하세요.
PostForm.vue 파일의 25번째 줄 코드 확인: 해당 줄에서 사용된 QCardSection 컴포넌트 또는 주변 코드를 살펴봐서 어떤 문제가 있는지 확인해 보시겠어요?