@@ -6,30 +6,39 @@
Đăng nhập hệ thống
diff --git a/tailwind.config.js b/tailwind.config.js
index 4a76dc7..96d6a13 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,10 +1,12 @@
module.exports = {
- content: [
- "./resources/**/*.blade.php",
- "./resources/**/*.js",
- ],
- theme: {
- extend: {},
- },
- plugins: [],
+ content: [
+ "./resources/**/*.blade.php",
+ "./resources/**/*.js",
+ "./resources/**/*.vue",
+ "./app/Http/Livewire/**/*.php",
+ ],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
};