mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-21 04:35:15 +02:00
⚡ Adds mixin for widgets
This commit is contained in:
parent
50164bf790
commit
6b4fbfe25b
10
src/mixins/WidgetMixin.js
Normal file
10
src/mixins/WidgetMixin.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
const WidgetMixin = {
|
||||||
|
props: {
|
||||||
|
options: {
|
||||||
|
type: Object,
|
||||||
|
default: {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
export default WidgetMixin;
|
Loading…
x
Reference in New Issue
Block a user