Przeglądaj źródła

Update vue.d.ts (#4105)

fix typo.
odangosan 9 lat temu
rodzic
commit
35f145cfc1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/vue.d.ts

+ 1 - 1
types/vue.d.ts

@@ -7,7 +7,7 @@ import {
   WatchHandler,
   DirectiveOptions,
   DirectiveFunction
-} from "./options.d";
+} from "./options";
 import { VNode, VNodeData, VNodeChildren } from "./vnode";
 import { PluginFunction, PluginObject } from "./plugin";