| | |
| | | <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" /> |
| | | <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" /> |
| | | <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" /> |
| | | <style> |
| | | #app{ |
| | | overflow: hidden; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <div id="app"></div> |
| | | <!-- <script type='text/javascript' src='http://192.168.73.130:9001/web-apps/apps/api/documents/api.js'></script> --> |
| | | <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script> |
| | | <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script> |
| | | </body> |