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

@@ -43,16 +43,7 @@
************************************************************************* -->
<script>
// PROJECT
import BaseCheatsheet from "@/components/BaseCheatsheet";
import BaseDivider from "@/components/BaseDivider";
export default {
components: {
BaseCheatsheet,
BaseDivider
},
data() {
return {
// --> COMPONENTS <--