We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2381b6 commit 6b1be0eCopy full SHA for 6b1be0e
packages/applet/src/modules/custom-inspector/index.vue
@@ -75,6 +75,7 @@ function getInspectorInfo() {
75
})
76
rpc.value.getPluginSettings(props.pluginId).then((settings) => {
77
if (settings.options) {
78
+ // @ts-expect-error skip type check
79
pluginSettings.value = settings
80
}
81
else {
packages/applet/src/modules/pinia/index.vue
@@ -47,6 +47,7 @@ onRpcConnected(() => {
47
const pluginDescriptorId = 'dev.esm.pinia'
48
rpc.value.getPluginSettings(pluginDescriptorId).then((settings) => {
49
50
51
52
53
0 commit comments