From 5ac55fc81361059d08d42b9ffb157d2e588bb7b2 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Tue, 6 Jul 2021 15:24:59 +0300 Subject: [PATCH] fix: typo --- docs/api/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 2524533b3..1314ccf1f 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -406,7 +406,6 @@ directives?: Record ```js import { mount } from '@vue/test-utils' -import Component from './Component.vue' import Directive from '@/directives/Directive'