Nuxt/test/fixtures/basic/components/SharedComponent.vue

10 lines
148 B
Vue

<template>
<span class="shared-component" />
</template>
<style scoped>
.shared-component {
--shared-component: 'shared-component';
}
</style>