Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quiver-frontend-local
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
OCR-D
quiver-frontend-local
f7ee90079d2653ceec1c32d3c0d83cb6373c92e9
quiver-frontend-local
src
components
Processors.vue
Find file
Normal view
Permalink
Processors.vue
105 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
Add new implementation
paulpestov
committed
2 years ago
1
2
3
4
5
6
7
8
9
10
<
template
>
<p>
{{
$t
(
'
no_content
'
)
}}
</p>
</
template
>
<
script
setup
>
</
script
>
<
style
scoped
>
</
style
>