mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76c3b2346e | ||
|
|
bfa1fb83f9 | ||
|
|
8669452651 | ||
|
|
876252173b |
@@ -77,7 +77,9 @@ export const reactiveData = {
|
|||||||
export const reactiveProp = {
|
export const reactiveProp = {
|
||||||
props: {
|
props: {
|
||||||
chartData: {
|
chartData: {
|
||||||
required: true
|
type: Object,
|
||||||
|
required: true,
|
||||||
|
default: () => {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Reference in New Issue
Block a user