Signed-off-by: lcw <1324309909@qq.com>
@@ -0,0 +1,21 @@
+<template>
+ <div></div>
+</template>
+
+<script>
+ export default {
+ data() {
+ return {};
+ },
+ methods: {},
+ };
+</script>
+<style scoped>
+ html,
+ body {
+ margin: 0;
+ padding: 0;
+ width: 100%;
+ }
+</style>