vuetify.js

    0熱度

    1回答

    我包括像這樣的一串帖子: <template> <div id="posts"> <div id="posts-wrapper"> <post v-for="(item, key) in posts" :key="item.id" :post="item" :isListItem="true"></post> </div> <infinite-l

    1熱度

    1回答

    我在我的項目中使用Vuetifyjs library。我想添加轉換到我的組件 - 但沒有關於如何啓動轉換的文檔。 例如,我想在屏幕上添加一些過渡到我的卡的外觀。 <v-card transition="v-slide-y-transition">...</v-card> 如何開始轉換?

    4熱度

    2回答

    我在Vuejs中使用vuetify前端組件。我想創建用於文件上傳的用戶註冊表單。我可以使用v-text-field來創建一個表單,但是如何上傳表單。使用哪個組件或其他替代方法。

    0熱度

    1回答

    我正在使用Vue.js庫Vuetify在我創建的組件中添加一些文本字段組件。爲了提供輸入驗證,我想要捕獲文本字段組件的hasError屬性。我知道該物業的路徑是:this.$children[3]._computedWatchers.hasError.active。但我想知道是否有另一種方法來訪問這些屬性。也許我錯過了什麼? <template> <div class="register

    1熱度

    2回答

    所以我用vuetify與VUE-CLI,這是我的電流分量代碼: <template> <div> <v-row> <v-col xl3 md3 xs12> <strong>{{field}}</strong> </v-col> <v-col xl9 md9 xs12> {{value}} </v-col> </v

    2熱度

    1回答

    正在使用vuetify建立一個模板,但我得到一個錯誤 unknown custom element dashboard did you register the component correctly? 這是我的代碼: In the main.js import Vue from 'vue' import App from './App.vue' import Vuetify from

    3熱度

    1回答

    如何過濾數據以根據另一個選擇的選擇來填充一個選擇?類似的,我從一個選擇中選擇一個狀態,第二個選擇加載來自該特定狀態的所有城市。 我使用vue.js和vuetify作爲框架(與v選擇組件)。我試圖設置一個計算屬性,但即使從第一個選擇中選擇,第二個也不會加載數據。 HTML Vue.use(Vuetify); var app = new Vue({ el: '#app',

    2熱度

    1回答

    <router-link to="/" tag="span" style="{ cursor: pointer; }">Name</router-link> 但是樣式未應用,並且當鼠標懸停在此元素上時,光標仍爲文本光標。 全碼: <v-toolbar-title class="white--text"> <router-link to="/" tag="span" exact sty

    1熱度

    1回答

    我有一個vuetify組件顯示的標籤列表V芯片V型。 <template> <div> <v-chip v-for="tag in tags" :key="tag.id" v-model="???" @input="onClose(tag)" close > {{tag.name}

    0熱度

    1回答

    我不明白我做錯了什麼。我在vue.js之上使用了帶有nuxt.js的Vuetify框架。 我希望導航抽屜的初始狀態在索引頁面上打開,但在其他頁面上關閉。當我第一次加載頁面時(如果它是顯示抽屜的索引頁面,否則它是隱藏的),我可以設法獲得所需的結果,但是當我使用抽屜中的鏈接更改頁面時(nuxt js正在使用vue路由器背景)抽屜保留它的狀態。 我做了包含一個快速的中間件這樣的: export defa