Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vue-unistra
formbuilder
Commits
c141644f
Commit
c141644f
authored
Oct 12, 2021
by
MARCO Jonathan
Browse files
🐛
Fix the rich text editor bug
parent
69df97ef
Pipeline
#62204
failed with stage
in 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/utils/index.ts
View file @
c141644f
import
CustomLink
from
'
./tiptapcustom/CustomLink
.js
'
import
CustomLink
from
'
./tiptapcustom/CustomLink
'
export
{
CustomLink
}
export
default
CustomLink
types/index.d.ts
View file @
c141644f
...
...
@@ -3,7 +3,7 @@ import { Store } from 'vuex';
import
'
./models/form
'
;
import
'
./models/messages
'
;
import
{
Control
}
from
'
#
/models/control
'
;
import
{
Control
}
from
'
.
/models/control
'
;
export
interface
AppMessages
extends
Record
<
string
,
string
|
AppMessages
>
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment