🐛 Fix props

This commit is contained in:
Jakub Juszczak
2016-09-07 10:19:05 +02:00
parent d80eace435
commit 9f02e95355
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import { mergeOptions } from '../helpers/options'
export default Vue.extend({
template: `
<div>
<canvas id="doughnut-chart" width=width height=height v-el:canvas></canvas>
<canvas id="doughnut-chart" width={{width}} height={{height}} v-el:canvas></canvas>
</div>
`,