perf:文件名字修改
This commit is contained in:
parent
0c9e11ce2a
commit
8d21343575
|
|
@ -1,4 +1,4 @@
|
|||
import CountTo from './vue-countTo.vue'
|
||||
import CountTo from './index.vue'
|
||||
export default CountTo
|
||||
if (typeof window !== 'undefined' && window.Vue) {
|
||||
window.Vue.component('count-to', CountTo)
|
||||
|
|
@ -177,7 +177,6 @@
|
|||
}
|
||||
|
||||
const routerGo = (tag) => {
|
||||
console.log(111111111111)
|
||||
router.push({
|
||||
path: tag.path,
|
||||
query: tag.query,
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import CountTo from '@/components/u-count-to/vue-countTo.vue'
|
||||
import CountTo from '@/components/CountTo/index.vue'
|
||||
import { nextTick, onMounted, ref } from 'vue'
|
||||
|
||||
const mAnimation = ref<HTMLElement | null>()
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
<script lang="ts" setup>
|
||||
import {onBeforeUnmount, onMounted, ref} from 'vue'
|
||||
import FullScreenContainer from './components/full-screen-container.vue'
|
||||
import CountTo from '@/components/u-count-to/vue-countTo.vue'
|
||||
import CountTo from '@/components/CountTo/index.vue'
|
||||
import LineCharts from '@/views/charts/components/complex/line/index.vue'
|
||||
import BarCharts from '@/views/charts/components/complex/bar/index.vue'
|
||||
import MigrationCharts from '@/views/charts/components/migration/index.vue'
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
<script setup lang="ts">
|
||||
import { User } from '@element-plus/icons-vue'
|
||||
import { ref } from 'vue'
|
||||
import CountTo from '@/components/u-count-to/vue-countTo.vue'
|
||||
import CountTo from '@/components/CountTo/index.vue'
|
||||
import BarCharts from '@/views/charts/components/simple/bar.vue'
|
||||
const circleUrl = ref('https://cube.elemecdn.com/3/7c/3ea6beec64369c2642b92c6726f1epng.png')
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import CountTo from '@/components/u-count-to/vue-countTo.vue'
|
||||
import CountTo from '@/components/CountTo/index.vue'
|
||||
const example = ref()
|
||||
import { reactive, ref } from 'vue'
|
||||
let options = reactive({
|
||||
|
|
|
|||
Loading…
Reference in New Issue