File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 Need a Claude API key?
4444 <a
4545 href =" https://docs.anthropic.com/en/api/overview#accessing-the-api"
46- @click.prevent =" $request(' openExternal', { link: $event.target.href } )"
46+ @click.prevent =" $openExternal( $event.target.href)"
4747 >See the docs</a
4848 >.
4949 </p >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import App from "./App.vue";
2727import {
2828 addNotificationListener ,
2929 setDebugComms ,
30- request ,
30+ openExternal ,
3131} from "@beekeeperstudio/plugin" ;
3232import hljs from "highlight.js/lib/core" ;
3333import javascript from "highlight.js/lib/languages/javascript" ;
@@ -51,5 +51,5 @@ const app = createApp(App);
5151const pinia = createPinia ( ) ;
5252app . use ( pinia ) ;
5353app . config . globalProperties . $pluralize = pluralize ;
54- app . config . globalProperties . $request = request ;
54+ app . config . globalProperties . $openExternal = openExternal ;
5555app . mount ( "#app" ) ;
You can’t perform that action at this time.
0 commit comments