Skip to content

Instantly share code, notes, and snippets.

@AnandShiva
Created September 13, 2020 15:09
Show Gist options
  • Save AnandShiva/6de517cf74bb21978bc4a8172d0d0c77 to your computer and use it in GitHub Desktop.
Save AnandShiva/6de517cf74bb21978bc4a8172d0d0c77 to your computer and use it in GitHub Desktop.
Vue Extension medium example - Index.vue
<template>
<div id="extension_content">
Vue Content
</div>
</template>
<script>
export default {
created(){
console.log('Vue Component Initialised')
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment