我试着让Vuetify 3和Nuxt 3一起工作。我有一个Vuetify的插件: // plugins/vuetify.ts import { defineNuxtPlugin } from '#app' import { createVuetify } from 'vuetify' import { VApp, VAppBar, VAppBarNavIcon, VAppBarTitle, VBtn, VIcon } from 'vuetify/components' // Import eve 浏览11提问...
我为v键定制的主颜色是用标准的Vuetify颜色覆盖的.另外,我没有安装任何其他样式文件。/plugins/vuetify'VApp, // requiredVFooter,} from 'vuetify/lib' import { 浏览0提问于2019-01-05得票数 1 1回答 为什么需要导入"VToolbarItems"? 我看到了使用Vuetify的示例,其中只显示模板,没有导入Vuetify组件,更不用...
API useDate useDefaults useDisplay useGoTo useLayout useLocale useRtl useTheme v-click-outside v-intersect v-mutate v-resize v-ripple v-scroll v-tooltip v-touch VAlert VAlertTitle VApp VAppBar VAppBarNavIcon VAppBarTitle VAutocomplete VAvatar VBadge ...
VApp VAppBar VAppBarNavIcon VAppBarTitle VAutocomplete VAvatar VBadge VBanner VBannerActions VBannerText VBottomNavigation VBottomSheet VBreadcrumbs VBreadcrumbsDivider VBreadcrumbsItem VBtn VBtnGroup VBtnToggle VCalendar VCalendarDay VCalendarHeader VCalendarInterval ...
{ // Vuetify components used in stories need to be manually registered. // vuetify-loader cannot pick them up automatically. Presumably because how // storybook requires stories?! VApp, } }); addDecorator(() => ({ // 'config' includes the theme configuration (object) only vuetify: new ...
value}`)\n }\n\n return variables\n}\n","// Styles\nimport './VApp.sass'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { createLayout, makeLayoutProps } from '@/composables/layout'\nimport { useRtl } from '@/composables/locale'\nimport ...
Explicitly import VApp to make sure it's there before you need it I'm sorry I can't be more specific as I haven't solved this particular problem before, but I'm pretty sure that's what's causing it. Share Improve this answer Follow answered Apr 26, 2020 at 8:14 morphatic 7,...
4808","webpack://Vuetify/./src/components/VAlert/VAlert.ts","webpack://Vuetify/./src/components/VAlert/index.ts","webpack://Vuetify/./src/components/VApp/VApp.sass?02a4","webpack://Vuetify/./src/components/VApp/VApp.ts","webpack://Vuetify/./src/components/VApp/index.ts","web...
vue.js:634 [Vue warn]: Error in v-on handler: "TypeError: handler.apply is not a function" found in ---> <VListTile> <VList> <VCard> <VApp> <Root> I have tried adding the methods forcibly (without passing object) and it works. It just triggers when...
// .storybook/preview.js ... import { app } from '@storybook/vue3' import vuetify from '../src/plugins/vuetify' import { VApp } from 'vuetify/components'; app.use(vuetify).component("VApp", VApp) export const decorators = [story => ({ components: { story }, template: '<v-app>...