@edgedev/create-edge-app 1.0.37 → 1.0.38

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.
@@ -90,7 +90,7 @@ const deleteAction = () => {
90
90
  </script>
91
91
 
92
92
  <template>
93
- <v-card v-if="state.afterMount">
93
+ <v-card v-if="state.afterMount" class="mx-auto" max-width="1200">
94
94
  <v-toolbar flat>
95
95
  <v-toolbar-title>{{ capitalizeFirstLetter(props.collection) }}</v-toolbar-title>
96
96
  <v-text-field
@@ -148,7 +148,7 @@ watch(() => edgeFirebase.data[`${edgeGlobal.edgeState.organizationDocPath}/${pro
148
148
  </script>
149
149
 
150
150
  <template>
151
- <v-card v-if="state.afterMount">
151
+ <v-card v-if="state.afterMount" class="mx-auto" max-width="1200">
152
152
  <v-form
153
153
  v-model="state.form"
154
154
  validate-on="submit"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/create-edge-app",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Create Edge Starter App",
5
5
  "bin": {
6
6
  "create-edge-app": "./bin/cli.js"