Skip to content

Commit f3a9cad

Browse files
committed
feat: v2.0
1 parent 5eed626 commit f3a9cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compiler/sfcCompiler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let SFCCompiler: typeof defaultCompiler = defaultCompiler
1919

2020
// @ts-ignore
2121
const defaultVueUrl = import.meta.env.PROD
22-
? `${location.origin}/vue.runtime.esm-browser.js` // to be copied on build
22+
? `https://sfc.vuejs.org/vue.runtime.esm-browser.js` // to be copied on build
2323
: `${location.origin}/src/vue-dev-proxy`
2424

2525
export const vueRuntimeUrl = ref(defaultVueUrl)

src/components/ui/Navigation.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ useEventListener('keydown', (ev) => {
3131
spcae="y-2"
3232
>
3333
<img
34-
src="http://43.138.187.142:9000/assets/vue-hooks-plus/logo@2x.png"
34+
src="https://raw.githubusercontent.com/InhiblabCore/vue-hooks-plus/master/packages/hooks/docs/public/logo%402x.png"
3535
class="w-12"
3636
/>
3737
<span class="flex-1"></span>

0 commit comments

Comments
 (0)