Commiting all changes for repo cleaning
This commit is contained in:
27
client/src/components/Metrictracking/PillCalendarGraph.vue
Normal file
27
client/src/components/Metrictracking/PillCalendarGraph.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<style type="text/css" scoped></style>
|
||||
</style>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
I'm a calednar yo
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: [
|
||||
'graphOptions', // options associated with this graph
|
||||
'tempChartDays', // number of days to display
|
||||
'cycleData', // all users metric data
|
||||
],
|
||||
data: function(){
|
||||
return {
|
||||
openModel:true,
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
closeModel(){
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
1711
client/src/pages/MetrictrackingPage.vue
Normal file
1711
client/src/pages/MetrictrackingPage.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user