Created
July 21, 2021 18:49
-
-
Save sayon-bitquery/bc0c7332c6c378a26a93926a8183ff1f to your computer and use it in GitHub Desktop.
Tradingview-3.14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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