mirror of https://github.com/Lissy93/dashy.git
⚡ Adds mixin for widgets
This commit is contained in:
parent
50164bf790
commit
6b4fbfe25b
|
@ -0,0 +1,10 @@
|
|||
const WidgetMixin = {
|
||||
props: {
|
||||
options: {
|
||||
type: Object,
|
||||
default: {},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default WidgetMixin;
|
Loading…
Reference in New Issue