1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-11-15 01:34:06 +00:00
awesome-cheatsheets/pages/index.vue

22 lines
629 B
Vue

<!-- *************************************************************************
TEMPLATE
************************************************************************* -->
<template lang="pug">
</template>
<!-- *************************************************************************
SCRIPT
************************************************************************* -->
<script>
export default {};
</script>
<!-- *************************************************************************
STYLE
************************************************************************* -->
<style lang="scss"></style>