Fix linting issues
This commit is contained in:
@@ -12,6 +12,6 @@ context('/src/Examples/CSSModules/Vue/', () => {
|
|||||||
|
|
||||||
it('should apply a red headline style to h1', () => {
|
it('should apply a red headline style to h1', () => {
|
||||||
cy.get('.ProseMirror h1').should('exist')
|
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>
|
<script>
|
||||||
import { Editor, EditorContent } from '@tiptap/vue-3'
|
import { Editor, EditorContent } from '@tiptap/vue-3'
|
||||||
import StarterKit from '@tiptap/starter-kit'
|
import StarterKit from '@tiptap/starter-kit'
|
||||||
import './index.css';
|
import './index.css'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
Reference in New Issue
Block a user