build(app): make base components global by default

This commit is contained in:
Julien
2018-09-09 23:45:37 +02:00
parent b418701ea3
commit b6ce690f50
5 changed files with 48 additions and 17 deletions

View File

@@ -35,14 +35,7 @@
************************************************************************* -->
<script>
// PROJECT
import BaseShare from "@/components/BaseShare";
export default {
components: {
BaseShare
},
props: {
link: {
type: String,