mirror of https://github.com/vuejs/vue.git
31 lines
298 B
JavaScript
31 lines
298 B
JavaScript
|
|
exports.$get = function () {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
exports.$set = function () {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
exports.$add = function () {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
exports.$delete = function () {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
exports.$watch = function () {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
exports.$unwatch = function () {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
exports.$toJSON = function () {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
exports.$log = function () {
|
||
|
|
|
||
|
|
}
|