PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { computed, provide, defineComponent, onMounted, PropType, ref } from 'vue'
|
||||
import { costanti } from '@costanti'
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import { tools } from '@tools'
|
||||
import { CBarSelection } from '../CBarSelection'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CTitlePage',
|
||||
components: {CBarSelection},
|
||||
components: { CBarSelection },
|
||||
emits: ['clickButtBar'],
|
||||
props: {
|
||||
ind: {
|
||||
|
||||
Reference in New Issue
Block a user