Skip to content

Instantly share code, notes, and snippets.

View joeczucha's full-sized avatar

Joe Czucha joeczucha

  • Doctype Digital (Ireland) Ltd.
  • Dublin, Ireland
View GitHub Profile
<template>
</template>
<script>
export default {
data() {
return {};
},
props: [],
// props: {},
@joeczucha
joeczucha / joe-and-chris.php
Created October 17, 2012 11:18
Hooray for Joe and Chris
<?php
echo "Joe and Chris are amazing";
?>