minor: site footer, auth connextion, input w-full
This commit is contained in:
@@ -9,5 +9,15 @@ export default defineAppConfig({
|
||||
base: "cursor-pointer",
|
||||
},
|
||||
},
|
||||
input: {
|
||||
slots: {
|
||||
root: "w-full",
|
||||
},
|
||||
},
|
||||
textarea: {
|
||||
slots: {
|
||||
root: "w-full",
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user