LoginSignup
FAL_neighbor
@FAL_neighbor (ふぁる)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

vuetifyのcounterが、Nuxtの本番環境において動作しない。

Nuxt.jsを使ってwebアプリを開発中なのですが、npm generateによって本番環境をビルドした際、text-fieldのcounterが正常に動作しません。

pages/index.vue

<template>
   <v-form>
     <v-text-field
        counter
        filled
      ></v-text-field>
   </v-form>
</template>

image.png

また、$npm run devによって開発環境をビルドした際はcounterは正常な値を返します。

image.png

自分で試したこと

@nuxtjs/vuetifyのアップデート、
counterを:counterと記載、
counterをcounter-valueと記載等

1

No Answers yet.

Your answer might help someone💌