We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2955e commit e5a18f5Copy full SHA for e5a18f5
example/plugins/vue-katex.js
@@ -1,4 +1,5 @@
1
import Vue from "vue";
2
import VueKatex from "vue-katex";
3
+import "katex/dist/katex.min.css";
4
5
Vue.use(VueKatex);
0 commit comments