Skip to content

Instantly share code, notes, and snippets.

@femioladeji
Last active November 20, 2018 14:09
Show Gist options
  • Save femioladeji/607e8beb52283bc2659e083b771e79bb to your computer and use it in GitHub Desktop.
Save femioladeji/607e8beb52283bc2659e083b771e79bb to your computer and use it in GitHub Desktop.
<template>
<div class="content">
<chart />
</div>
</template>
<script>
import Chart from './chart';
export default {
name: 'Index',
components: {
Chart
}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment