<template>
<h1>hello vue-live!</h1>
</template>
<script>
export default {
data() {
return {}
}
</script>