-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
22776 - Shortname History Table Fixes #2982
Conversation
|
@@ -152,6 +153,7 @@ import { DEFAULT_DATA_OPTIONS } from '../../datatable/resources' | |||
import { EFTTransactionState } from '@/models/eft-transaction' | |||
import ModalDialog from '@/components/auth/common/ModalDialog.vue' | |||
import PaymentService from '@/services/payment.services' | |||
import { Vue } from 'vue-property-decorator' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too sure why we're introducing this, we're actively trying to get away from using Vue-class-component
and vue-property-decorator
which are the opposite of composition-api
If you're looking for a Vue instance, you can grab it from another library eg. Vue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import Vue from 'vue'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix this in my next PR, as it is another FE ticket.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good, I was too slow on the review haha
Issue #:
bcgov/entity#22776
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).