Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Vue 3 #148

Open
harmit001 opened this issue Aug 31, 2023 · 1 comment
Open

Support for Vue 3 #148

harmit001 opened this issue Aug 31, 2023 · 1 comment

Comments

@harmit001
Copy link

We have upgraded Vue 3.2.13, Runtime we face this issue.
How do we fix below issue.

image

Uncaught Error: Component not found

@ffxsam
Copy link

ffxsam commented Sep 14, 2023

Is that why we're running into this issue?

AuthenticatedLayout.vue:25 [Vue warn]: Property "class" was accessed during render but is not defined on instance. 
  at <Anonymous ref="cardComponentRef" icon="" styles= {base: {…}, invalid: {…}}  ... > 
  at <CreditCardForm> 
  at <PaymentMethodManager> 
  at <VCardText key=0 > 
  at <VCard> 
  at <BaseTransition appear=false persisted=false mode=undefined  ... > 
  at <Transition disabled=true > 
  at <MaybeTransition transition=false disabled=true > 
  at <VWindowItem key="payment-methods" reverse-transition="false" transition="false"  ... > 
  at <VWindow modelValue="payment-methods" onUpdate:modelValue=fn class="border-t-sm" > 
  at <VCard> 
  at <TabItems tabs= (4) [{…}, {…}, {…}, {…}] > 
  at <AccountBillingView onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< viewRef > > 
  at <RouterView> 
  at <AccountRoot onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< undefined > > 
  at <RouterView> 
  at <VContainer class="pa-2" fluid="" style= {max-width: '1400px'} > 
  at <VMain class="" > 
  at <AuthenticatedLayout> 
  at <VApp theme=undefined class="" > 
  at <App>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants