1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2025-01-24 07:38:28 +00:00

22 lines
629 B
Vue

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