mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
build(app): make base components global by default
This commit is contained in:
@@ -43,16 +43,7 @@
|
||||
************************************************************************* -->
|
||||
|
||||
<script>
|
||||
// PROJECT
|
||||
import BaseCheatsheet from "@/components/BaseCheatsheet";
|
||||
import BaseDivider from "@/components/BaseDivider";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
BaseCheatsheet,
|
||||
BaseDivider
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
// --> COMPONENTS <--
|
||||
|
||||
Reference in New Issue
Block a user