autocomplete

This commit is contained in:
2022-09-21 16:06:57 +02:00
parent 5dc8fcf2c8
commit d08fe3637b
7 changed files with 1675 additions and 7 deletions

11
tailwind.config.cjs Normal file
View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}