You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a 101 question regarding importing vue-vben-admin packages, as I'm new to vue and monorepo.
I've been trying to import the standard VbenLayout as well as VxeTable ( or VxeTableInstance?), but it's been failing for me no matter what. Here are all what I tried for VbenLayout for e.g.,
import VbenLayout from '@core/ui-kit/layout-ui';
import VbenLayout from '@effects/layouts';
import VbenLayout from 'packages/@core/ui-kit/layout-ui/src/vben-layout.vue';
import VbenLayout from 'packages/effects/layouts/vben-layout.vue';
import VbenLayout from '@/layouts/vben-layout.vue';
Or, is there any demo project that incorporate the full feature of vue-vben-admin, so that I can find out myself pls? The closest I can find is greasyx-vben.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Just a 101 question regarding
import
ing vue-vben-admin packages, as I'm new to vue and monorepo.I've been trying to import the standard
VbenLayout
as well asVxeTable
( orVxeTableInstance
?), but it's been failing for me no matter what. Here are all what I tried forVbenLayout
for e.g.,What I did was to fork the https://github.com/vbenjs/vue-vben-admin/ repo, and work under the apps/web-ele project.
Or, is there any demo project that incorporate the full feature of vue-vben-admin, so that I can find out myself pls? The closest I can find is greasyx-vben.
Pls help. Thx!
Beta Was this translation helpful? Give feedback.
All reactions