Merge branch 'main' of github.com:ueberdosis/tiptap-next into main

This commit is contained in:
Hans Pagel
2021-03-23 23:15:12 +01:00
15 changed files with 160 additions and 36 deletions

View File

@@ -32,6 +32,7 @@ export default {
<style lang="scss" scoped>
.vue-component {
background: #FAF594;
border: 3px solid #0D0D0D;
border-radius: 0.5rem;
margin: 1rem 0;

View File

@@ -6,6 +6,7 @@
}
.react-component {
background: #FAF594;
border: 3px solid #0D0D0D;
border-radius: 0.5rem;
margin: 1rem 0;

View File

@@ -6,6 +6,7 @@
}
.react-component-with-content {
background: #FAF594;
border: 3px solid #0D0D0D;
border-radius: 0.5rem;
margin: 1rem 0;

View File

@@ -32,6 +32,7 @@ export default {
<style lang="scss" scoped>
.vue-component {
background: #FAF594;
border: 3px solid #0D0D0D;
border-radius: 0.5rem;
margin: 1rem 0;

View File

@@ -21,6 +21,7 @@ export default {
<style lang="scss" scoped>
.vue-component {
background: #FAF594;
border: 3px solid #0D0D0D;
border-radius: 0.5rem;
margin: 1rem 0;