Browse Source

rename

vue-folder
glitch4347 2 months ago
parent
commit
328b6f7b1f
  1. 2
      vue/VueChartwerkLinePod.ts

2
vue/VueChartwerkLinePod.ts

@ -2,7 +2,7 @@ import { LinePod } from '..';
import { VueChartwerkPodMixin } from '@chartwerk/core';
// it is used with Vue.component, e.g.: Vue.component('chartwerk-line-pod', VueChartwerkLinePod)
export const VueChartwerkLinePod = {
export const ChartwerkLinePod = {
// alternative to `template: '<div class="chartwerk-line-pod" :id="id" />'`
render(createElement) {
return createElement(

Loading…
Cancel
Save