Skip to content

Commit

Permalink
Fix patch/build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 29, 2023
1 parent eb27646 commit 87aca0e
Show file tree
Hide file tree
Showing 6 changed files with 4,382 additions and 512 deletions.
2 changes: 1 addition & 1 deletion components/ExternalDa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</template>
<script setup>
import { nextTick, defineProps } from 'vue'
import { nextTick } from 'vue'
import { useMiscStore } from '../stores/misc'
import { ref, computed, onBeforeUnmount } from '#imports'
Expand Down
6 changes: 2 additions & 4 deletions components/LoginModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -820,9 +820,7 @@ $color-yahoo: #6b0094;
text-decoration: none !important;
}
:deep {
.is-invalid label {
color: unset;
}
:deep(.is-invalid label) {
color: unset;
}
</style>
4 changes: 0 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import path from 'path-browserify'
import { VitePWA } from 'vite-plugin-pwa'
import eslintPlugin from 'vite-plugin-eslint'
import legacy from '@vitejs/plugin-legacy'
import config from './config'

// @ts-ignore
Expand Down
Loading

0 comments on commit 87aca0e

Please sign in to comment.