acomplish replacing Vue-cli with Vite

This commit is contained in:
GeekMaster
2025-05-26 15:56:18 +08:00
parent b1ddcef593
commit 76a3ada85f
44 changed files with 2811 additions and 9576 deletions

View File

@@ -324,7 +324,6 @@ const hangUp = async () => {
defineExpose({ connect, hangUp })
</script>
<style scoped lang="stylus">
@import "@/assets/css/realtime.styl"
<style lang="stylus" scoped>
@import "../assets/css/realtime.styl"
</style>

View File

@@ -22,7 +22,7 @@
</template>
<script setup>
import nodata from "@/assets/img/no-data.png";
import nodata from '@/assets/img/no-data.png'
// eslint-disable-next-line no-undef
const props = defineProps({
@@ -30,9 +30,9 @@ const props = defineProps({
type: Array,
default: [],
},
});
})
</script>
<style scoped lang="stylus">
@import "~@/assets/css/running-job-list.styl"
<style lang="stylus" scoped>
@import "../assets/css/running-job-list.styl"
</style>