Remove hard coded design
parent
32fe57be3a
commit
c040530cd6
|
@ -11,12 +11,6 @@
|
||||||
welcomeMessage="Welcome to PrimeVue"
|
welcomeMessage="Welcome to PrimeVue"
|
||||||
prompt="primevue $"
|
prompt="primevue $"
|
||||||
aria-label="PrimeVue Terminal Service"
|
aria-label="PrimeVue Terminal Service"
|
||||||
:pt="{
|
|
||||||
root: 'bg-gray-900 text-white border-round',
|
|
||||||
prompt: 'text-gray-400 mr-2',
|
|
||||||
command: 'text-primary-300',
|
|
||||||
response: 'text-primary-300'
|
|
||||||
}"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<DocSectionCode :code="code" />
|
<DocSectionCode :code="code" />
|
||||||
|
@ -34,12 +28,6 @@ export default {
|
||||||
welcomeMessage="Welcome to PrimeVue"
|
welcomeMessage="Welcome to PrimeVue"
|
||||||
prompt="primevue $"
|
prompt="primevue $"
|
||||||
aria-label="PrimeVue Terminal Service"
|
aria-label="PrimeVue Terminal Service"
|
||||||
:pt="{
|
|
||||||
root: 'bg-gray-900 text-white border-round',
|
|
||||||
prompt: 'text-gray-400 mr-2',
|
|
||||||
command: 'text-primary-300',
|
|
||||||
response: 'text-primary-300'
|
|
||||||
}"
|
|
||||||
/>
|
/>
|
||||||
`,
|
`,
|
||||||
options: `
|
options: `
|
||||||
|
@ -50,12 +38,6 @@ export default {
|
||||||
welcomeMessage="Welcome to PrimeVue"
|
welcomeMessage="Welcome to PrimeVue"
|
||||||
prompt="primevue $"
|
prompt="primevue $"
|
||||||
aria-label="PrimeVue Terminal Service"
|
aria-label="PrimeVue Terminal Service"
|
||||||
:pt="{
|
|
||||||
root: 'bg-gray-900 text-white border-round',
|
|
||||||
prompt: 'text-gray-400 mr-2',
|
|
||||||
command: 'text-primary-300',
|
|
||||||
response: 'text-primary-300'
|
|
||||||
}"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -107,12 +89,6 @@ export default {
|
||||||
welcomeMessage="Welcome to PrimeVue"
|
welcomeMessage="Welcome to PrimeVue"
|
||||||
prompt="primevue $"
|
prompt="primevue $"
|
||||||
aria-label="PrimeVue Terminal Service"
|
aria-label="PrimeVue Terminal Service"
|
||||||
:pt="{
|
|
||||||
root: 'bg-gray-900 text-white border-round',
|
|
||||||
prompt: 'text-gray-400 mr-2',
|
|
||||||
command: 'text-primary-300',
|
|
||||||
response: 'text-primary-300'
|
|
||||||
}"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue