;
var _privateVar = "privateVar: accessed from within AppLaunch.Admin namespace";
var _privateMethod = function () {
log("privateMethod: accessedonly from within Ap
我想通过jQuery获得vue.js中的调用html元素来修改它。现在,我给每个元素提供类名+索引,然后通过jQuery调用它,但这看起来像是一个疯狂的技巧。我想做的是: el: "#app", testFunction : function(element) {$(element).doSomethingWithIt(); //do something with the calling element