mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-01 09:29:02 +08:00
change highlighting
This commit is contained in:
parent
d075d5c425
commit
99377d276e
@ -74,7 +74,7 @@ export default {
|
|||||||
content: null,
|
content: null,
|
||||||
currentIndex: 0,
|
currentIndex: 0,
|
||||||
syntax: {
|
syntax: {
|
||||||
vue: 'markup',
|
vue: 'html',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -59,7 +59,7 @@ export default {
|
|||||||
currentIndex: 0,
|
currentIndex: 0,
|
||||||
CustomLayout,
|
CustomLayout,
|
||||||
syntax: {
|
syntax: {
|
||||||
vue: 'markup',
|
vue: 'html',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -60,7 +60,7 @@ This is the fastest way to get tiptap up and running with Vue. It will give you
|
|||||||
## 5. Add it to your app
|
## 5. Add it to your app
|
||||||
Now, let’s replace the content of `src/App.vue` with the following example code to use our new `Tiptap` component in our app.
|
Now, let’s replace the content of `src/App.vue` with the following example code to use our new `Tiptap` component in our app.
|
||||||
|
|
||||||
```js
|
```html
|
||||||
<template>
|
<template>
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<tiptap />
|
<tiptap />
|
||||||
|
Loading…
Reference in New Issue
Block a user