Variable ShapeLibraryPluginConst

ShapeLibraryPlugin: {
    install: ((vue, options) => void);
} = ...

Shape library plugin for Vue 2. See documentation for details.

Type declaration

  • install: ((vue, options) => void)
      • (vue, options): void
      • Parameters

        • vue: any
        • options: any

        Returns void

Version :