mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -90,7 +90,8 @@ export default {
|
|||
</div>
|
||||
<Button type="submit" label="Submit" class="mt-2" />
|
||||
</div>
|
||||
</div>`,
|
||||
</div>
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="flex justify-content-center p-fluid">
|
||||
|
@ -144,7 +145,8 @@ export default {
|
|||
};
|
||||
}
|
||||
};
|
||||
<\/script>`,
|
||||
<\/script>
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="flex justify-content-center p-fluid">
|
||||
|
@ -194,7 +196,8 @@ const name = ref();
|
|||
const email = ref();
|
||||
const password = ref();
|
||||
const accept = ref();
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue