|
|
@@ -48,14 +48,8 @@ module.exports = {
|
|
|
// check for trackby param
|
|
|
this.idKey = this.param('track-by')
|
|
|
|
|
|
- // TODO: only check ref in 1.0.0
|
|
|
- // check v-ref
|
|
|
- var ref = this.param(config.prefix + 'ref')
|
|
|
- /* istanbul ignore if */
|
|
|
- if (process.env.NODE_ENV !== 'production' && ref) {
|
|
|
- _.deprecation.V_REF()
|
|
|
- }
|
|
|
- this.ref = ref || this.param('ref')
|
|
|
+ // check ref
|
|
|
+ this.ref = this.param('ref')
|
|
|
|
|
|
// check for transition stagger
|
|
|
var stagger = +this.param('stagger')
|