Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
component-library
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
libraries
component-library
Commits
09dcec08
Commit
09dcec08
authored
4 years ago
by
Kimia Beheshti
Browse files
Options
Downloads
Patches
Plain Diff
Fix: revert coscineDelete to original name(coscine/issues#1124)
parent
889654e1
No related branches found
No related tags found
1 merge request
!16
Update: Add Modal Component
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/Buttons/Delete.vue
+1
-1
1 addition, 1 deletion
src/components/Buttons/Delete.vue
src/index.ts
+1
-1
1 addition, 1 deletion
src/index.ts
with
2 additions
and
2 deletions
src/components/Buttons/Delete.vue
+
1
−
1
View file @
09dcec08
...
@@ -8,7 +8,7 @@ import BootstrapVue from 'bootstrap-vue';
...
@@ -8,7 +8,7 @@ import BootstrapVue from 'bootstrap-vue';
Vue
.
use
(
BootstrapVue
);
Vue
.
use
(
BootstrapVue
);
export
default
Vue
.
extend
({
export
default
Vue
.
extend
({
name
:
'
CoscineDelete
'
,
name
:
'
Coscine
Button
Delete
'
,
props
:
{
props
:
{
btnText
:
{
btnText
:
{
default
:
'
Delete
'
,
default
:
'
Delete
'
,
...
...
This diff is collapsed.
Click to expand it.
src/index.ts
+
1
−
1
View file @
09dcec08
export
{
default
as
CoscineCard
}
from
'
./components/Container/Card.vue
'
;
export
{
default
as
CoscineCard
}
from
'
./components/Container/Card.vue
'
;
export
{
default
as
CoscineDelete
}
from
'
./components/Buttons/Delete.vue
'
;
export
{
default
as
Coscine
Button
Delete
}
from
'
./components/Buttons/Delete.vue
'
;
export
{
default
as
CoscineFormGroup
}
from
'
./components/FormGroup/FormGroup.vue
'
;
export
{
default
as
CoscineFormGroup
}
from
'
./components/FormGroup/FormGroup.vue
'
;
export
{
default
as
CoscineFormTextarea
}
from
'
./components/InputFields/Textarea.vue
'
;
export
{
default
as
CoscineFormTextarea
}
from
'
./components/InputFields/Textarea.vue
'
;
export
{
default
as
CoscineHeadline
}
from
'
./components/Headline/Headline.vue
'
;
export
{
default
as
CoscineHeadline
}
from
'
./components/Headline/Headline.vue
'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment