removedhaha
This commit is contained in:
@@ -101,8 +101,8 @@ export const constantRoutes = [
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
path: 'haha',
|
||||
component: ()=>import('@/views/Analyzing/analyzing'),
|
||||
path: 'analyzing',
|
||||
component: () => import('@/views/Analyzing/analyzing'),
|
||||
name: 'analyze',
|
||||
meta: { title: 'analyzing' }
|
||||
}
|
||||
|
@@ -1,14 +1,12 @@
|
||||
<!-- <template>
|
||||
<div class="progress">
|
||||
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
|
||||
<span>hhahahahahahah</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
|
||||
data () {
|
||||
return {
|
||||
msg: 'Hey Nic Raboy'
|
||||
@@ -19,19 +17,19 @@
|
||||
|
||||
<template>
|
||||
<div class="vue-spinner">
|
||||
<Circle9></Circle9>
|
||||
<Circle9 />
|
||||
<h1>Analyzing....</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
import Circle9 from 'vue-loading-spinner/src/components/Circle9'
|
||||
export default {
|
||||
name: 'analyze',
|
||||
components: {
|
||||
Circle9
|
||||
}
|
||||
import Circle9 from 'vue-loading-spinner/src/components/Circle9'
|
||||
export default {
|
||||
name: 'Analyze',
|
||||
components: {
|
||||
Circle9
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
Reference in New Issue
Block a user