@opencor/opencor 0.20250822.1 → 0.20250826.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
@@ -22,6 +22,7 @@ The component comes with the following props:
22
22
 
23
23
  ```typescript
24
24
  import { createApp } from 'vue'
25
+
25
26
  import App from './App.vue'
26
27
 
27
28
  createApp(App).mount('#app')