Ignore:
Timestamp:
2021-11-24T10:57:13+13:00 (2 years ago)
Author:
cstephen
Message:

Rework for single image content.
Implement rotation and inversion editing.

Location:
main/trunk/model-interfaces-dev/atea/ocr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/ocr

    • Property svn:ignore
      •  

        old new  
        11dist
         2node_modules
  • main/trunk/model-interfaces-dev/atea/ocr/src/App.vue

    r35734 r35743  
    11<template>
    22<div class="root">
    3     <div class="app-bar theme-primary">
     3    <!-- <div class="app-bar theme-primary">
    44        <div class="app-bar-content">
    55            <span class="heading1">{{ translations.get("Title") }}</span>
    66        </div>
    7     </div>
     7    </div> -->
    88
    9     <div class="content">
    10         <main-page />
    11     </div>
     9    <main-page class="content" />
    1210</div>
    1311</template>
Note: See TracChangeset for help on using the changeset viewer.