no message
Former-commit-id: a4f99c9bd11a3f694d4fa4a01e5a6f17708b1918 Former-commit-id: b3b5f0e26d3aff002c7c1a44efc781418e023c26 Former-commit-id: 6237f52b84a5cebb87817adbbdfb9659d78cccc8
This commit is contained in:
26
src/pages/core/login/index.vue
Normal file
26
src/pages/core/login/index.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<div class="login" id="login"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
/* eslint-disable */
|
||||
require('particles.js')
|
||||
// 配置地址
|
||||
// https://vincentgarreau.com/particles.js/#default
|
||||
import config from './config/nasa'
|
||||
export default {
|
||||
mounted () {
|
||||
particlesJS('login', config)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/assets/style/public.scss';
|
||||
.login {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: $color-text-main;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user