We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48ab48 commit 0b2c7c9Copy full SHA for 0b2c7c9
src/Chart.vue
@@ -32,7 +32,7 @@ export default {
32
safeId () {
33
// as long as this._uid() works there is no need to generate the key
34
const key = () => Math.random().toString(36).replace('0.', '')
35
- return '__safe_id__' + this._uid || key()
+ return '__safe_id__' + (this._uid || key())
36
},
37
computedDatasets () {
38
return this.datasets
0 commit comments