@agrotools1/at-mf-utils 0.2.9 → 0.3.0
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.
- package/dist/build/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/build/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare type IResponse = {
|
|
|
9
9
|
* @param app Instância do Vue
|
|
10
10
|
*
|
|
11
11
|
* Cacheie o resultado dessa função para evitar múltiplas requisições. Chame o méotod `unmount` para remover todo o script e CSS injetado.
|
|
12
|
+
* Ao chamar o método `unmount` será necessário renovar o cache dessa função.
|
|
12
13
|
*/
|
|
13
14
|
export default function getModule(moduleId: string, url: string, app?: any): Promise<IResponse>;
|
|
14
15
|
export {};
|