@@ -6,7 +6,7 @@
ref="form"
lazy-validation
>
- <v-btn class="mr-4 ot_green ot_white--text" @click="">
+ <v-btn class="mr-4 ot_green ot_white--text">
{{ $t('generate') }}
</v-btn>
</v-form>
@@ -17,13 +17,6 @@ export default defineComponent({
required: false,
default: 32
}
- },
- setup (props) {
- const { size } = toRefs(props)
-
- return {
- size
- }
})
</script>
@@ -1,7 +1,7 @@
import {Bool, Model, Num, Str, Uid} from "@vuex-orm/core";
export class LicenceCmfOrganizationER extends Model {
- static entity = 'licence_cmf_'
+ static entity = 'cmf-licence/organization'
@Uid()
id!: number | string | null