Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork772
-
import { VeTable, VePagination, veLoading } from 'vue-easytable' export default { |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
If you want global usage,You need set the veLoading component to the prototype of Vue. Refer to document:https://happy-coding-clans.github.io/vue-easytable/#/en/doc/base/loading?anchor=global-usage |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
import Vue from "vue"; Vue.prototype.$veLoading = VeLoading; |
BetaWas this translation helpful?Give feedback.