mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
feat(extra): added sitemap
This commit is contained in:
parent
1ebfe83d20
commit
ef9703fc14
4 changed files with 380 additions and 123 deletions
27
tools/memos/git-memo-old.vue
Normal file
27
tools/memos/git-memo-old.vue
Normal file
|
@ -0,0 +1,27 @@
|
|||
<tool>
|
||||
title: 'Git memo old'
|
||||
description: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Delectus distinctio dolor dolorum eaque eligendi, facilis impedit laboriosam odit placeat.'
|
||||
icon: 'mdi-git'
|
||||
keywords: ['git', 'memo', 'cheat', 'sheet']
|
||||
path: '/git-memo-test'
|
||||
</tool>
|
||||
|
||||
<template lang="md">
|
||||
<ToolWrapper :config="$toolConfig">
|
||||
|
||||
## test
|
||||
|
||||
```js
|
||||
yolo
|
||||
```
|
||||
</ToolWrapper>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {Component} from 'nuxt-property-decorator'
|
||||
import Tool from '~/components/Tool.vue'
|
||||
|
||||
@Component
|
||||
export default class GitMemo extends Tool {
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue