feat(directive): add custom directive v-resize

This commit is contained in:
xiaoxian521
2021-09-03 14:46:35 +08:00
parent 0bd4f4ff68
commit 8b8491912a
9 changed files with 330 additions and 194 deletions

View File

@@ -1,5 +1,5 @@
declare module "*.vue" {
import type { DefineComponent } from "vue";
import { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}