@abi-software/flatmapvuer 0.6.0-vue3.7 → 0.6.1-annotator.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This project aims to wrap the flatmap viewer project into a vue component.
4
4
  There are currently two components available. FlatmapVuer and MultiFlatmapVuer. FlatmapVuer is used for displaying a single flatmap whereas MultiFlatmapVuer takes in an array of flatmaps and provide a chooser for selecting the flatmap on display.
5
5
 
6
- This project is now built with Vue3 frameworks, Vue 2 version of Scaffoldvuer is no longer in development.
6
+ This project is now built with Vue3 frameworks, Vue 2 version of Flatmapvuer is no longer maintained.
7
7
 
8
8
  ## Flatmapvuer on NPM
9
9
 
@@ -17,7 +17,7 @@ Install the package "npm i @abi-software/flatmapvuer" to your vue app.
17
17
  Include the package in your script.
18
18
  ```javascript
19
19
  import {FlatmapVuer, MultiFlatmapVuer} from '@abi-software/flatmapvuer';
20
- import '@abi-software/flatmapvuer/dist/flatmapvuer.css';
20
+ import '@abi-software/flatmapvuer/dist/style.css';
21
21
  ```
22
22
  Local registration in vue component:
23
23
  ```javascript