@agrotools1/at-mf-utils 0.2.8 → 0.2.9
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 -1
- package/package.json +1 -1
package/dist/build/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ declare type IResponse = {
|
|
|
8
8
|
* @param url URL do módulo
|
|
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
12
|
*/
|
|
13
13
|
export default function getModule(moduleId: string, url: string, app?: any): Promise<IResponse>;
|
|
14
14
|
export {};
|