PHP Classes

File: public/js/lib/vue/src/directives/public/ref.js

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   public/js/lib/vue/src/directives/public/ref.js   Download  
File: public/js/lib/vue/src/directives/public/ref.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 8 years ago
Size: 275 bytes
 

Contents

Class file image Download
import { warn } from '../../util/index' export default { bind () { process.env.NODE_ENV !== 'production' && warn( 'v-ref:' + this.arg + ' must be used on a child ' + 'component. Found on <' + this.el.tagName.toLowerCase() + '>.', this.vm ) } }