Skip to content

Commit

Permalink
结构调整
Browse files Browse the repository at this point in the history
  • Loading branch information
yaowei9363 committed Sep 24, 2019
1 parent 50861da commit 1ee07c5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 63 deletions.
6 changes: 1 addition & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<template>
<div id="app">
<img alt="Vue logo" src="./assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
<p>大屏组件</p>
</div>
</template>

<script>
import HelloWorld from './components/HelloWorld.vue';
export default {
name: 'app',
components: {
HelloWorld
}
};
</script>
Expand Down
58 changes: 0 additions & 58 deletions src/components/HelloWorld.vue

This file was deleted.

Empty file added src/packages/clock/index.vue
Empty file.
Empty file added src/packages/date/index.vue
Empty file.
Empty file.
Empty file added src/packages/marquee/index.vue
Empty file.
Empty file added src/packages/progress/index.vue
Empty file.

0 comments on commit 1ee07c5

Please sign in to comment.