Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.19 KB

index.md

File metadata and controls

51 lines (46 loc) · 1.19 KB
layout
home

{% capture code %} {% raw %}

<script> export default { data: function(){ return { // ... profilePic: null, uploadUrl: 'https://www.mocky.io/v2/5d4fb20b3000005c111099e3', // ... }; }, // ... } </script> {% endraw %} {% endcapture %}

{% include_relative website/includes/vue-code.md name="profile_picture" code=code result_only=true %} CodePen Playground

{% capture README %}{% include_relative README.md %}{% endcapture %}

{{ README | markdownify }}