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.

10 lines (8 loc) 144 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.vue'], theme: { extend: {}, }, plugins: [], }