<template>
<div id="bar"> <h1>Bar</h1> </div>
</template>
<script> export default {
name: 'Bar',
}; </script>
<style> bar {
color: blue;
} </style>
<template>
<div id="bar"> <h1>Bar</h1> </div>
</template>
<script> export default {
name: 'Bar',
}; </script>
<style> bar {
color: blue;
} </style>