你好!我在我的 Laravel Jetstream 项目中使用 Vue3 实现 Vuesax 时遇到问题

import { createApp,h } from 'vue';
import { App as InertiaApp,plugin as InertiaPlugin } from '@inertiajs/inertia-vue3';
import { InertiaProgress } from '@inertiajs/progress';

import Vuesax from 'vuesax'
import 'vuesax/dist/vuesax.css'

const el = document.getElementById('app');

createApp({
    render: () =>
        h(InertiaApp,{
            initialPage: JSON.parse(el.dataset.page),resolveComponent: (name) => require(`./Pages/${name}`).default,}),})
    .mixin({ methods: { route } })
    .use(InertiaPlugin)
    .component('vuesax',Vuesax)
    .mount(el);

你好!我在我的 Laravel Jetstream 项目中使用 Vue3 实现 Vuesax 时遇到问题

嗨!我在使用 Vue3 的 Laravel Jetstream 项目中实现 Vuesax 时遇到问题

lengci 回答:你好!我在我的 Laravel Jetstream 项目中使用 Vue3 实现 Vuesax 时遇到问题

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2407.html

大家都在问