Skip to content

Commit

Permalink
+cmView
Browse files Browse the repository at this point in the history
  • Loading branch information
Keywos committed Mar 18, 2024
1 parent 5555ef5 commit fb8db3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.176",
"version": "2.14.177",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
4 changes: 2 additions & 2 deletions src/views/FilePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</button>
</header>
<cmView :isReadOnly="true"/>
<div class="compare-page-body">
<!-- <div class="compare-page-body">
<div class="block-wrapper">
<div class="input-wrapper">
<nut-textarea
Expand All @@ -34,7 +34,7 @@
/>
</div>
</div>
</div>
</div> -->
</div>
</Teleport>
</template>
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lib": ["esnext", "dom", "WebWorker"],
"types": ["vite/client", "vite-plugin-pwa/client"],
"skipLibCheck": true,
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
Expand Down

0 comments on commit fb8db3f

Please sign in to comment.