Skip to content

Commit f0c9096

Browse files
committed
feat: update for vue3
1 parent 37182fe commit f0c9096

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/actions/prepare/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,4 @@ runs:
2929
- name: ESLint
3030
shell: bash
3131
run: |
32-
pnpm lint
33-
34-
- name: Unit test
35-
shell: bash
36-
run: |
37-
pnpm test
32+
pnpm lint

packages/core/src/Overlay.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ export default {
228228
},
229229
)
230230
231-
console.log('_url', _url)
232-
233231
if (this.disableInspectorOnEditorOpen)
234232
promise.then(this.disable)
235233

0 commit comments

Comments
 (0)