cdn 分离

This commit is contained in:
Jesse-Ma
2022-12-02 15:51:49 +08:00
parent b2efddc755
commit 49916b166e
8 changed files with 165 additions and 85 deletions

21
src/views/ErrorNote.vue Normal file
View File

@@ -0,0 +1,21 @@
<template>
<div>
error
</div>
</template>
<script>
export default {
name: 'ErrorView',
components: {
},
data() {
return {
}
},
created() {
alert("error")
}
}
</script>