mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
init SocialIssue, Referrer and Confirm components
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="vue-component">
|
||||
<h3>{{ $t('social_issue.title') }}</h3>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "SocialIssue",
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user