1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-09-28 13:09:02 +00:00
awesome-cheatsheets/pages/index.vue

22 lines
629 B
Vue
Raw Normal View History

<!-- *************************************************************************
TEMPLATE
************************************************************************* -->
2018-09-09 14:50:38 +00:00
<template lang="pug">
2018-09-09 14:50:38 +00:00
</template>
2018-09-09 14:50:38 +00:00
<!-- *************************************************************************
SCRIPT
************************************************************************* -->
2018-09-09 14:50:38 +00:00
<script>
export default {};
</script>
2018-09-09 14:50:38 +00:00
<!-- *************************************************************************
STYLE
************************************************************************* -->
2018-09-09 14:50:38 +00:00
<style lang="scss"></style>