mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 08:15:46 +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