@@ -50,7 +50,7 @@ export default {
default: 5
},
container: [String, HTMLElement],
- showInkInFixed: {
+ showInk: {
type: Boolean,
default: false
},
@@ -70,9 +70,6 @@ export default {
},
containerIsWindow () {
return this.scrollContainer === window;
- },
- showInkBall () {
- return this.showInkInFixed && (this.isAffixed || (!this.isAffixed && !this.upperFirstTitle && this.scrollContainer !== window));
}
},
methods: {
--
libgit2 0.21.4