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