Browse Source

删除冗余文件

任一存 2 năm trước cách đây
mục cha
commit
5417dd6ce9
2 tập tin đã thay đổi với 0 bổ sung52 xóa
  1. 0 42
      packages/qjkankan-editor/src/App.vue
  2. 0 10
      packages/qjkankan-editor/src/main.js

+ 0 - 42
packages/qjkankan-editor/src/App.vue

@@ -1,42 +0,0 @@
-<template>
-  <div id="app">
-    <app-layout></app-layout>
-  </div>
-</template>
-<script>
-import AppLayout from "@/framework";
-
-export default {
-  components: {
-    AppLayout
-  }
-};
-</script>
-<style lang="less">
-html,
-body,
-#app {
-  width: 100%;
-  height: 100%;
-  overflow: hidden;
-}
-body {
-  margin: 0;
-  color: #fff;
-  font-size: 14px;
-  line-height: normal;
-  background-color: rgb(38, 39, 41);
-  user-select: none;
-  font-family: OpenSans, sans-serif;
-}
-ul {
-  list-style: none;
-  margin: 0;
-  padding: 0;
-}
-img {
-  border: 0;
-  outline: 0;
-}
-</style>
-<style lang="less" src="@/assets/style/style.pc.less"></style>

+ 0 - 10
packages/qjkankan-editor/src/main.js

@@ -1,10 +0,0 @@
-import Vue from 'vue'
-import './mixins'
-import App from './App.vue'
-import router from './router'
-
-Vue.config.productionTip = false
-new Vue({
-  router,
-  render: h => h(App)
-}).$mount('#app')