yuantianjiao 6 년 전
부모
커밋
a1d122dad3
5개의 변경된 파일912개의 추가작업 그리고 947개의 파일을 삭제
  1. 912
    898
      package-lock.json
  2. 0
    29
      src/module/detail/App.vue
  3. 0
    11
      src/module/detail/detail.html
  4. 0
    9
      src/module/detail/detail.js
  5. BIN
      src/module/detail/images/logo.png

+ 912
- 898
package-lock.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 0
- 29
src/module/detail/App.vue 파일 보기

@@ -1,29 +0,0 @@
1
-<template>
2
-  <div id="app">
3
-    <img src="./images/logo.png">
4
-    <div>详情内容</div>
5
-  </div>
6
-</template>
7
-
8
-<script>
9
-  import 'common/css/reset.css';
10
-  import Hello from 'components/Hello/Hello'
11
-
12
-  export default {
13
-    name: 'app',
14
-    components: {
15
-      Hello
16
-    }
17
-  }
18
-</script>
19
-
20
-<style>
21
-  #app {
22
-    font-family: 'Avenir', Helvetica, Arial, sans-serif;
23
-    -webkit-font-smoothing: antialiased;
24
-    -moz-osx-font-smoothing: grayscale;
25
-    text-align: center;
26
-    color: #2c3e50;
27
-    margin-top: 60px;
28
-  }
29
-</style>

+ 0
- 11
src/module/detail/detail.html 파일 보기

@@ -1,11 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-<head>
4
-  <meta charset="utf-8">
5
-  <title>detail</title>
6
-</head>
7
-<body>
8
-<div id="app"></div>
9
-<!-- built files will be auto injected -->
10
-</body>
11
-</html>

+ 0
- 9
src/module/detail/detail.js 파일 보기

@@ -1,9 +0,0 @@
1
-import Vue from 'vue'
2
-import App from './App'
3
-
4
-/* eslint-disable no-new */
5
-new Vue({
6
-  el: '#app',
7
-  template: '<App/>',
8
-  components: { App }
9
-})

BIN
src/module/detail/images/logo.png 파일 보기