1.0.6 • Published 2 years ago

vue-logit v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

vue-logit

this project is about log some data and props of vue component

only for vue3

Welcome to contributions code

Welcome to contributions code and issue

Example

import { createApp } from 'vue'
import App from './App.vue'
import vueLogIt from "vue-logit"


const app = createApp(App)


app.use(vueLogIt)


app.mount('#app')
import { createApp } from 'vue'
import App from './App.vue'
import vueLogIt from "vue-logit"


const app = createApp(App)


app.use(vueLogIt, {
    language: 'cn'
})


app.mount('#app')