mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
Fix linting issues
This commit is contained in:
parent
a3d9ab93e0
commit
5c1bba6d5b
@ -12,6 +12,6 @@ context('/src/Examples/CSSModules/Vue/', () => {
|
||||
|
||||
it('should apply a red headline style to h1', () => {
|
||||
cy.get('.ProseMirror h1').should('exist')
|
||||
cy.get('.ProseMirror h1').should('have.css', 'color', '#f00');
|
||||
cy.get('.ProseMirror h1').should('have.css', 'color', '#f00')
|
||||
})
|
||||
})
|
||||
|
@ -70,7 +70,7 @@
|
||||
<script>
|
||||
import { Editor, EditorContent } from '@tiptap/vue-3'
|
||||
import StarterKit from '@tiptap/starter-kit'
|
||||
import './index.css';
|
||||
import './index.css'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
Loading…
Reference in New Issue
Block a user