<template>
<div>
<h3>Global Styling</h3>
<p>This p-tag belongs to 'App.vue'</p>
<comp-one />
<comp-two />
</div>
</template>
<script></script>
<style></style>