mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -31,7 +31,8 @@ export default {
|
|||
<button v-tooltip.bottom="'Underline'" class="ql-underline"></button>
|
||||
</span>
|
||||
</template>
|
||||
</Editor>`,
|
||||
</Editor>
|
||||
`,
|
||||
options: `
|
||||
<template>
|
||||
<div class="card">
|
||||
|
@ -55,7 +56,8 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
<\/script>`,
|
||||
<\/script>
|
||||
`,
|
||||
composition: `
|
||||
<template>
|
||||
<div class="card">
|
||||
|
@ -75,7 +77,8 @@ export default {
|
|||
import { ref } from "vue";
|
||||
|
||||
const value = ref('<div>Hello World!</div><div>PrimeVue <b>Editor</b> Rocks</div><div><br></div>');
|
||||
<\/script>`
|
||||
<\/script>
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue