I installed this plugin on the latest nuxt but I get this error. ```html WARN [Vue warn]: Component <Anonymous> is missing template or render function. at <Anonymous> at <CurriculumVit> at <Body > at <Dashboard onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< undefined > > at <Anonymous key="/dashboard" vnode= { __v_isVNode: true, __v_skip: true, type: { setup: [Function (anonymous)], ssrRender: [Function: _sfc_ssrRender], __file: 'C:/laragon/www/PERSONAL/cv-builder/pages/dashboard.vue' }, props: { onVnodeUnmounted: [Function: onVnodeUnmounted], ref: RefImpl { dep: [Dep], __v_isRef: true, __v_isShallow: false, _rawValue: undefined, _value: undefined } }, key: null, ref: (....) ``` It goes on and on. How do I fix this issue?