|
@@ -28,6 +28,7 @@ _.extend(JTemplate, {
|
|
|
_init: function (template) {
|
|
_init: function (template) {
|
|
|
if (this._isInitialization) return
|
|
if (this._isInitialization) return
|
|
|
this.$template = template
|
|
this.$template = template
|
|
|
|
|
+ this.$message = template.$message
|
|
|
this.$vue = Vue
|
|
this.$vue = Vue
|
|
|
this.$request = request
|
|
this.$request = request
|
|
|
this.$dialog = dialog
|
|
this.$dialog = dialog
|