Skip to content

Commit ba8fb40

Browse files
chore: remove console.log in demo
1 parent a794027 commit ba8fb40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

playground/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { createApp, defineCustomElement } from 'vue'
33
import { FreecasterPlugin } from '../src'
44
import App from './App.vue'
55

6-
console.log(import.meta.env.VITE_CUSTOM_ELEMENT === 'true')
7-
86
if (import.meta.env.VITE_CUSTOM_ELEMENT === 'true') {
97
customElements.define('vue-freecaster', defineCustomElement(App, {
108
configureApp(app) {

0 commit comments

Comments
 (0)