1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2025-01-24 15:48:29 +00:00

22 lines
629 B
Vue
Raw Normal View History

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