refactor: rename/re-organize files

This commit is contained in:
Evan You
2019-11-02 12:18:35 -04:00
parent abdaf10d88
commit 90b9884eb4
12 changed files with 34 additions and 33 deletions

View File

@@ -1,4 +1,3 @@
import { ComponentOptions } from '../src/component'
import {
h,
TestElement,
@@ -7,9 +6,10 @@ import {
ref,
KeepAlive,
serializeInner,
nextTick
nextTick,
ComponentOptions
} from '@vue/runtime-test'
import { KeepAliveProps } from '../src/keepAlive'
import { KeepAliveProps } from '../../src/components/KeepAlive'
describe('keep-alive', () => {
let one: ComponentOptions