Skip to content

Instantly share code, notes, and snippets.

@sayon-bitquery
Created July 21, 2021 18:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayon-bitquery/bc0c7332c6c378a26a93926a8183ff1f to your computer and use it in GitHub Desktop.
Save sayon-bitquery/bc0c7332c6c378a26a93926a8183ff1f to your computer and use it in GitHub Desktop.
Tradingview-3.14
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
};
</script>
<style scoped></style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment