Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 338 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 338 Bytes
title: This is the readme
meta:
  keywords:
    - One
    - Two
import Component from './component.vue';
function hello() {
  return 'hello world';
}

This is markdown

Render a component here:

Cool. 👍 ✅ 👎

Now say hello: {{ hello() }}