跳转到主要内容
static clearElementCache(): void;

示例

import { PluginCommAPI } from 'sn-plugin-lib';

/**
 * 清空 Element 原生缓存的示例。
 */
export async function exampleClearElementCache() {
  PluginCommAPI.clearElementCache();
}