Websdk 2.5.0 not work in vue 2

Description
develop with vue 2 (vue init webpack my-project) ,fail to complie

Browser Console Error
fail to complie

Which Web Meeting SDK version?
2.5.0

Meeting SDK Code Snippets
import { ZoomMtg } from ‘@zoomus/websdk’

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. npm init webpack my-project
  2. npm install @zoomus/websdk --save
  3. import websdk to app.vue
  4. npm run dev
  5. see error

Screenshots
image

Device (please complete the following information):

  • Device: laptop
  • OS:windows 10
  • Browser: Chrome
  • Browser Version 103

Additional context
I have already set version to 2.4.0 and it’s ok now.

Hi, @fview,

Are you saying the Sample Meeting SDK Vue JS is not working or is it not working in your project ?

Hi Donte,

I tried the Sample Meeting SDK Vue JS in the github.
It works.

But in my project , I use webpack to manage the modules.

You can reproduce by my steps.

thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.