This commit is contained in:
Andrey Vlasov
2020-02-15 17:44:26 +03:00
parent 672e09abb5
commit 74957cef1b
4 changed files with 15 additions and 10 deletions

View File

@@ -25,14 +25,14 @@ class Bootstrap extends React.PureComponent <any, any> {
render () {
return (
<div>
<button onClick={() => this.mountApp('example')}>
загрузить приложение 1
<button onClick={() => this.mountApp('pl')}>
загрузить приложение news
</button>
<button onClick={() => this.unmountApp()}>
выгрузить приложение 1
<button onClick={() => this.mountApp('uds-sections')}>
загрузить приложение uds-sections
</button>
<button onClick={() => this.mountApp('example2')}>
загрузить приложение 2
<button onClick={() => this.mountApp('orgApp')}>
загрузить приложение org
</button>
<button onClick={() => this.unmountApp()}>
выгрузить приложение 2