0.0.6 • Published 5 months ago

vue-mathjax-next v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

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.

0.0.5

5 months ago

0.0.6

5 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago