feat/migrate-utilities

- [WIP] migrate utility methods.
This commit is contained in:
JeremyWuuuuu 2020-07-28 00:32:04 +08:00 committed by jeremywu
parent 8e1aa58c1f
commit 285c3378cc
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
</template>
<script lang="ts">
import {defineComponent} from 'vue'
import { defineComponent } from 'vue'
const basic = defineComponent({
data() {

View File

@ -1,4 +1,4 @@
import {DirectiveBinding, VNode} from 'vue'
import { DirectiveBinding, VNode } from 'vue'
import isServer from './isServer'
import { on } from './dom'