Skip to content

Commit

Permalink
Merge pull request #110 from nejinn/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
nejinn authored Dec 19, 2020
2 parents 54e2cf7 + aac1332 commit 52d5113
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export default {
methods: {
fixedDate() {
this.$nextTick(() => {
this.customLeft = 0;
this.customRight = 0;
if (this.computedFieldsRef) {
this.computedFieldsRef.forEach((e, ei) => {
const e_a = this.$refs[e];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nly-adminlte-vue",
"version": "0.7.5",
"version": "0.7.9",
"private": false,
"license": "MIT",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions src/components/table/plugin/mixin-table-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export default {
methods: {
fixedDate() {
this.$nextTick(() => {
this.customLeft = 0;
this.customRight = 0;
if (this.computedFieldsRef) {
this.computedFieldsRef.forEach((e, ei) => {
const e_a = this.$refs[e];
Expand Down

0 comments on commit 52d5113

Please sign in to comment.