| | |
| | | |
| | | <script> |
| | | import Desktop from './components/Desktop'; |
| | | import Dock from './components/Dock'; |
| | | import Preference from './components/Preference'; |
| | | import NotificationCenter from './components/NotificationCenter'; |
| | | import NoticeTip from './components/NoticeTip'; |
| | | import Tools from './components/Tools'; |
| | |
| | | export default { |
| | | name: 'app', |
| | | components: { |
| | | Desktop, Dock, Preference, NotificationCenter, NoticeTip, Tools, ToolsEntry |
| | | Desktop, NotificationCenter, NoticeTip, Tools, ToolsEntry |
| | | }, |
| | | mounted() { |
| | | document.getElementById('app').style.backgroundImage = process.env.VUE_APP_MAIN_URL; |
| | |
| | | } |
| | | |
| | | .clearFix:after{ |
| | | content: ''; |
| | | content: ""; |
| | | display: block; |
| | | height: 0; |
| | | clear: both; |