fix: Fix breaking storybook build (#7723)
This commit is contained in:
@@ -22,7 +22,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import FeaturePlaceholder from './FeaturePlaceholder.vue';
|
||||||
export default {
|
export default {
|
||||||
|
components: { FeaturePlaceholder },
|
||||||
props: {
|
props: {
|
||||||
message: {
|
message: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user