Skip to content

Commit

Permalink
feat: update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Dec 29, 2021
1 parent 8f1eb78 commit eea0d55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion dev/main-react16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"lodash": "^4.17.11",
"moment": "^2.25.3",
"omit.js": "^2.0.2",
"qiankun": "^2.6.3",
"qs": "^6.9.0",
"react": "16.13.0",
"react-dev-inspector": "^1.1.1",
Expand Down
11 changes: 0 additions & 11 deletions dev/main-react16/src/pages/vue2/vue2.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { Button, Spin } from 'antd'
import { LoadingOutlined } from '@ant-design/icons'
import config from '../../config'
import './vue2.less'
// import { start, loadMicroApp } from 'qiankun'
// start()

const antIcon = <LoadingOutlined style={{ fontSize: 30 }} spin />

Expand All @@ -28,14 +26,6 @@ function Vue2 () {
useEffect(() => {
console.time('vue2')
console.time('mounted-vue2')
// loadMicroApp({
// name: 'micro-app-vue2',
// entry: 'http://localhost:4001/micro-app/vue2/',
// container: '#qiankun-con',
// }, {
// sandbox: true,
// // sandbox: { experimentalStyleIsolation: true },
// })
}, [])
return (
<div>
Expand Down Expand Up @@ -67,7 +57,6 @@ function Vue2 () {
// disableSandbox
>
</micro-app>
<div id='qiankun-con'></div>
</div>
)
}
Expand Down

0 comments on commit eea0d55

Please sign in to comment.