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

动态导入错误 #9605

Closed
jia-zhen opened this issue Nov 15, 2023 · 1 comment
Closed

动态导入错误 #9605

jia-zhen opened this issue Nov 15, 2023 · 1 comment

Comments

@jia-zhen
Copy link

Vue version

3.3.8

Link to minimal reproduction

no

Steps to reproduce

const wechat = useWechat();
(wechat === undefined
  ? import('./router/manager.js')
  : import('./router/wechat.js')
).then(({routes}) => {

What is expected?

let c0;
nCe === void 0 ? c0 = hp(
() => import ('./manager-3904a373.js'),
[
'assets/manager-3904a373.js',
'assets/default-img-8e6b0f07.js',
'assets/default-img-a09b2389.css',
'assets/manager-e0c4f797.css'
]
) : c0 = hp(
() => import ('./wechat-f1d4114b.js'),
[
'assets/wechat-f1d4114b.js',
'assets/default-img-8e6b0f07.js',
'assets/default-img-a09b2389.css',
'assets/wechat-15f4e0e3.css'
]
);

What is actually happening?

pp(
tCe === void 0 ? () => import ('./manager-99983abe.js') : () => import ('./wechat-5fd29dfd.js'),
[
'assets/wechat-5fd29dfd.js',
'assets/default-img-d50920ee.js',
'assets/default-img-a09b2389.css',
'assets/wechat-15f4e0e3.css'
]
).then(

System Info

No response

Any additional comments?

No response

@LinusBorg
Copy link
Member

no

@github-actions github-actions bot locked and limited conversation to collaborators Nov 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants