1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 01:19:58 +00:00
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>