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 005ae41 commit 8f87b3cCopy full SHA for 8f87b3c
src/components/flylineChartEnhanced/index.js
@@ -0,0 +1,5 @@
1
+import FlylineChartEnhanced from './src/main.vue'
2
+
3
+export default function (Vue) {
4
+ Vue.component(FlylineChartEnhanced.name, FlylineChartEnhanced)
5
+}
0 commit comments