mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-28 20:10:22 +08:00
refactor: 规范化调整.vue文件结构及命名
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<template></template>
|
||||
|
||||
<script setup>
|
||||
import { useLoadingBar } from 'naive-ui'
|
||||
window['$loadingBar'] = useLoadingBar()
|
||||
@@ -6,5 +8,3 @@ Object.defineProperty(window, '$loadingBar', {
|
||||
writable: false,
|
||||
})
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
|
||||
Reference in New Issue
Block a user