2020-02-01 17:38:48 +00:00
|
|
|
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>html, body {
|
|
|
|
overflow: hidden;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}</style><script>/* globals window */
|
|
|
|
/* eslint-disable no-underscore-dangle */
|
|
|
|
try {
|
|
|
|
if (window.parent !== window) {
|
|
|
|
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
|
|
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
|
|
}
|
|
|
|
} catch (e) {
|
|
|
|
// eslint-disable-next-line no-console
|
|
|
|
console.warn('unable to connect to parent frame for connecting dev tools');
|
|
|
|
}</script><style>#root[hidden],
|
|
|
|
#docs-root[hidden] {
|
|
|
|
display: none !important;
|
2020-02-02 04:29:39 +00:00
|
|
|
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.6b70b35614cf83eab770.bundle.js"></script><script src="vendors~main.ab3b609e7ada59b507c3.bundle.js"></script><script src="main.639c707e8327e55c4df2.bundle.js"></script></body></html>
|