ionic-vhframeworks 8.9.3 → 8.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12148,7 +12148,7 @@ export declare class VhQueryAutoWeb {
|
|
|
12148
12148
|
/**
|
|
12149
12149
|
* Hàm này tải source webapp từ dự án Autoweb_design về dạng package, chép lên hosting, chạy url cài đặt, sau đó vào website bình thường
|
|
12150
12150
|
* @example:
|
|
12151
|
-
* this.vhQueryAutoWeb.
|
|
12151
|
+
* this.vhQueryAutoWeb.deployWebAppsource_toPackage()
|
|
12152
12152
|
.then((rsp:any)=>{
|
|
12153
12153
|
console.log('rsp', rsp);
|
|
12154
12154
|
if(rsp.vcode === 0){
|