fix: utils

This commit is contained in:
chenjiahan
2020-07-07 15:06:16 +08:00
parent 0024a2db42
commit 4c87fe2479
6 changed files with 7 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { on, off } from '../../src/utils/dom/event';
import { on, off } from '../utils/dom/event';
import {
Ref,
watch,