Skip to content

Instantly share code, notes, and snippets.

@AnandShiva
Created June 20, 2020 11:50
Show Gist options
  • Save AnandShiva/80058073cdf582451a0eb4183b0c94dc to your computer and use it in GitHub Desktop.
Save AnandShiva/80058073cdf582451a0eb4183b0c94dc to your computer and use it in GitHub Desktop.
code sample to updated in /src/main.js
// code sample to updated in /src/main.js
import Button from './components/Button.vue';
const components = {
myButton: Button
}
export default components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment