@stravigor/create 0.5.1 → 0.5.3
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { App } from 'vue'
|
|
2
|
+
|
|
3
|
+
export default function setup(app: App) {
|
|
4
|
+
// Install plugins, provide globals, or register components here.
|
|
5
|
+
// This runs once before any island is mounted.
|
|
6
|
+
//
|
|
7
|
+
// Examples:
|
|
8
|
+
// app.use(pinia)
|
|
9
|
+
// app.provide('api', apiClient)
|
|
10
|
+
// app.component('Icon', Icon)
|
|
11
|
+
}
|
|
File without changes
|
|
File without changes
|