Skip to content

Instantly share code, notes, and snippets.

@sayon-bitquery
Created July 21, 2021 18:43
Show Gist options
  • Save sayon-bitquery/4bd9d38e3f225e3c8b810b8b30677ef2 to your computer and use it in GitHub Desktop.
Save sayon-bitquery/4bd9d38e3f225e3c8b810b8b30677ef2 to your computer and use it in GitHub Desktop.
Tradingview-3.13
<template>
<TVChartContainer :symbol="'BITQUERY'" :interval="'60'"></TVChartContainer>
</template>
<script>
import TVChartContainer from "../components/TVChartContainer";
export default {
name: "Home",
components: {TVChartContainer}
}
</script>
<style scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment