mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
refactor(app): remove useless folders
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
************************************************************************* -->
|
||||
|
||||
<template lang="pug">
|
||||
|
||||
.c-index
|
||||
h2(
|
||||
v-html="description"
|
||||
)
|
||||
</template>
|
||||
|
||||
<!-- *************************************************************************
|
||||
@@ -11,7 +14,16 @@
|
||||
************************************************************************* -->
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
description: `
|
||||
Awesome cheatsheets for popular programming languages, frameworks and development tools.<br/>
|
||||
They include everything you should know in one single file. 🤓👌
|
||||
`
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- *************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user