vue2/src/api/data.js

31 lines
298 B
JavaScript
Raw Normal View History

2014-07-09 06:14:04 +08:00
exports.$get = function () {
2014-07-09 03:57:47 +08:00
}
2014-07-09 06:14:04 +08:00
exports.$set = function () {
2014-07-09 03:57:47 +08:00
}
2014-07-14 22:43:48 +08:00
exports.$add = function () {
}
exports.$delete = function () {
}
2014-07-09 06:14:04 +08:00
exports.$watch = function () {
2014-07-09 03:57:47 +08:00
}
2014-07-09 06:14:04 +08:00
exports.$unwatch = function () {
2014-07-09 03:57:47 +08:00
2014-07-14 22:43:48 +08:00
}
exports.$toJSON = function () {
}
exports.$log = function () {
2014-07-09 03:57:47 +08:00
}