Skip to content

justforuse/vue-mathjax-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-mathjax-next

npm npm vue3

vue mathjax for vue3

Demo

If you use vue 2, please check vue-mathjax

How to use

npm i vue-mathjax-next

In your main.js:

import { createApp } from 'vue'
import VueMathjax from 'vue-mathjax-next';
import App from './App.vue'

const app = createApp(App)
app.use(VueMathjax)

app.mount('#app')

More options please check vue-mathjax, these have same options.