init
This commit is contained in:
23
src/views/index.vue
Normal file
23
src/views/index.vue
Normal file
@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div class="dashboard-editor-container">
|
||||
home
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'home',
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@media (max-width: 1024px) {
|
||||
.chart-wrapper {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user