vuex4-devtools-support

All of logic stealed from Akryum's Pull Request. I just played on it a little bit.

Usage

const app = createApp(App)
app.use(store)
app.mount('#app')

import { addDevtools } from "./index";
addDevtools(app, store)