UNPKG

vue-web-component-wrapper

Version:

A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.

7 lines (4 loc) 137 B
import { store } from './index' import { createStore } from 'vuex' const createdStore = createStore(store) export default createdStore