We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40552b6 commit aa9af0eCopy full SHA for aa9af0e
demo/index.html
@@ -32,10 +32,10 @@
32
const theme = { theme_name: 'vintage', theme_object: themeObject }
33
render(
34
html`
35
- <widget-doughnut-1.5.5 .theme="${theme}" .inputData=${data}>
+ <widget-doughnut-1.5.6 .theme="${theme}" .inputData=${data}>
36
web component is not registered. Make sure to use the tag with the correct version
37
string from the package.json
38
- </widget-doughnut-1.5.5>
+ </widget-doughnut-1.5.6>
39
`,
40
document.getElementById('demo')
41
)
0 commit comments