mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Remove deprecated "replace"
This commit is contained in:
parent
42be3d0d51
commit
0b62ce97cb
4 changed files with 0 additions and 4 deletions
|
@ -43,7 +43,6 @@
|
|||
import { playback } from '../../../services';
|
||||
|
||||
export default {
|
||||
replace: false,
|
||||
props: ['album', 'mode'],
|
||||
|
||||
data() {
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
import { playback } from '../../../services';
|
||||
|
||||
export default {
|
||||
replace: false,
|
||||
props: ['artist', 'mode'],
|
||||
|
||||
data() {
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
replace: false,
|
||||
props: ['song'],
|
||||
|
||||
methods: {
|
||||
|
|
|
@ -55,7 +55,6 @@ import { userStore } from '../../stores';
|
|||
|
||||
export default {
|
||||
props: ['user'],
|
||||
replace: true,
|
||||
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue