mirror of
https://github.com/wassname/template.git
synced 2026-07-03 11:28:31 +08:00
export embedded katex as window global
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* Static styles and other modules */
|
||||
import './styles/styles';
|
||||
import katex from 'katex';
|
||||
|
||||
/* Components */
|
||||
import { Abstract } from './components/d-abstract';
|
||||
@@ -42,3 +43,4 @@ function defineComponents() {
|
||||
}
|
||||
|
||||
defineComponents();
|
||||
window.katex = katex;
|
||||
|
||||
Reference in New Issue
Block a user