VueRouter, Pinia state management, add pages, design preferences page
This commit is contained in:
6
software/src/data/models/bannerModel.ts
Normal file
6
software/src/data/models/bannerModel.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default class BannerModel {
|
||||
message: string = "Success!"
|
||||
show: boolean = false
|
||||
color: string = "green"
|
||||
icon: string = "mdi-check"
|
||||
}
|
||||
Reference in New Issue
Block a user