9 lines
399 B
Vue
9 lines
399 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>
|
|
Join the Contributors channel on the PrimeLand Discord server to connect with PrimeVue staff and fellow contributors. In this channel, you can discuss the areas you want to contribute to and receive feedback. This channel is open to
|
|
everyone who'd like to contribute.
|
|
</p>
|
|
</DocSectionText>
|
|
</template>
|