Nuxt/test/fixtures/basic/extends/bar/components/ExtendsOverride.vue

4 lines
64 B
Vue

<template>
<div>Extended component from bar</div>
</template>