mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 08:15:26 +00:00
⚡ Adds mixin for widgets
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const WidgetMixin = {
|
||||
props: {
|
||||
options: {
|
||||
type: Object,
|
||||
default: {},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default WidgetMixin;
|
||||
Reference in New Issue
Block a user