Skip to content

Commit

Permalink
refactor: 修改wasm的加载位置
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Aug 12, 2024
1 parent 1f1053f commit 48d5e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qqtools/src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ html
head
meta(charset='utf-8')
title= `qqtools - ${ packageJson.version }`
include components/basic/wasm/wasm

body
div.app#app
include components/basic/loading/loading

include components/basic/wasm/wasm
include components/basic/HACK_INTERCEPTS_SEND_Websocket/HACK_INTERCEPTS_SEND_Websocket

if htmlWebpackPlugin.options.mode === 'development'
Expand Down

0 comments on commit 48d5e5f

Please sign in to comment.