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