UI redesign 2/3 - Wallet Creation UI #154
Annotations
6 warnings
Lint and Format:
src/views/add/AddReadOnlyView.vue#L60
Options API is not allowed in your project. `data` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Lint and Format:
src/views/add/AddReadOnlyView.vue#L77
Options API is not allowed in your project. `methods` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Lint and Format:
src/views/add/ConnectLedgerView.vue#L70
Options API is not allowed in your project. `data` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Lint and Format:
src/views/add/ConnectLedgerView.vue#L88
Options API is not allowed in your project. `methods` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Lint and Format:
src/views/add/RestoreView.vue#L106
Options API is not allowed in your project. `data` option is part of the Options API. Use `<script setup>` or Composition API instead
|
Lint and Format:
src/views/add/RestoreView.vue#L138
Options API is not allowed in your project. `methods` option is part of the Options API. Use `<script setup>` or Composition API instead
|