Skip to content

Instantly share code, notes, and snippets.

@ramon-src
Created January 27, 2018 17:38
Show Gist options
  • Save ramon-src/475a27664ab26509ac048f6461ba283c to your computer and use it in GitHub Desktop.
Save ramon-src/475a27664ab26509ac048f6461ba283c to your computer and use it in GitHub Desktop.
The component created after the test tdd-green-1
<template>
<ul class="service__list">
<li></li>
</ul>
</template>
<script>
export default {
name: 'service-page',
data() {
return {
};
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment