+ Registered Users
+ UsersList Online
This commit is contained in:
23
src/components/CElemStat/CElemStat.ts
Normal file
23
src/components/CElemStat/CElemStat.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
import { tools } from '@store/Modules/tools'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CElemStat',
|
||||
props: {
|
||||
title: String,
|
||||
icon: String,
|
||||
value_today: Number,
|
||||
mytextval: Number,
|
||||
classColor: String,
|
||||
colBack: String,
|
||||
mystyle: String,
|
||||
},
|
||||
components: {},
|
||||
setup(props) {
|
||||
|
||||
return {
|
||||
tools
|
||||
}
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user