yuantianjiao 6 anos atrás
pai
commit
a1d122dad3

+ 912
- 898
package-lock.json
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 0
- 29
src/module/detail/App.vue Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo