From 328b6f7b1f66431c57bf0a07fdd7a95cbbb52b66 Mon Sep 17 00:00:00 2001 From: glitch4347 Date: Mon, 11 Mar 2024 09:15:40 +0100 Subject: [PATCH] rename --- vue/VueChartwerkLinePod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/VueChartwerkLinePod.ts b/vue/VueChartwerkLinePod.ts index 0a7eea9..534e7d0 100644 --- a/vue/VueChartwerkLinePod.ts +++ b/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: '
'` render(createElement) { return createElement(