blob: 338b3402b49ce2654fe7797b368b21cb201c3786 [file] [log] [blame]
<template>
<text class="h3">{{value}}</text>
</template>
<style scoped>
.h3 {font-size: 36px; font-weight: bold;
padding: 20px; margin-top: 20px; margin-bottom: 20px;
background-color: #eee;}
</style>
<script>
exports.props = ['value']
</script>