Files
tekelanew_acs/acs/nladmin-ui/node_modules/.cache/vue-loader/fae4707e93e1d7e25c871fd156c4c1f0.json

1 line
6.0 KiB
JSON
Raw Normal View History

2024-12-03 17:40:13 +08:00
{"remainingRequest":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-particles\\src\\vue-particles\\vue-particles.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-particles\\src\\vue-particles\\vue-particles.vue","mtime":1732872828635},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\babel-loader\\lib\\index.js","mtime":1732872825017},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1732872824662},{"path":"D:\\data\\hanguodoushan\\acs2\\nladmin-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":1732872825835}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n/* eslint-disable */\nexport default {\n name: 'vue-particles',\n props: {\n color: {\n type: String,\n default: '#dedede'\n },\n particleOpacity: {\n type: Number,\n default: 0.7\n },\n particlesNumber: {\n type: Number,\n default: 80\n },\n shapeType: {\n type: String,\n default: 'circle'\n },\n particleSize: {\n type: Number,\n default: 4\n },\n linesColor: {\n type: String,\n default: '#dedede'\n },\n linesWidth: {\n type: Number,\n default: 1\n },\n lineLinked: {\n type: Boolean,\n default: true\n },\n lineOpacity: {\n type: Number,\n default: 0.4\n },\n linesDistance: {\n type: Number,\n default: 150\n },\n moveSpeed: {\n type: Number,\n default: 3\n },\n hoverEffect: {\n type: Boolean,\n default: true\n },\n hoverMode: {\n type: String,\n default: 'grab'\n },\n clickEffect: {\n type: Boolean,\n default: true\n },\n clickMode: {\n type: String,\n default: 'push'\n }\n },\n mounted () {\n // import particle.js only on client-side\n require('particles.js')\n this.$nextTick(() => {\n this.initParticleJS(\n this.color,\n this.particleOpacity,\n this.particlesNumber,\n this.shapeType,\n this.particleSize,\n this.linesColor,\n this.linesWidth,\n this.lineLinked,\n this.lineOpacity,\n this.linesDistance,\n this.moveSpeed,\n this.hoverEffect,\n this.hoverMode,\n this.clickEffect,\n this.clickMode\n )\n })\n },\n methods: {\n initParticleJS (\n color,\n particleOpacity,\n particlesNumber,\n shapeType,\n particleSize,\n linesColor,\n linesWidth,\n lineLinked,\n lineOpacity,\n linesDistance,\n moveSpeed,\n hoverEffect,\n hoverMode,\n clickEffect,\n clickMode\n ) {\n particlesJS('particles-js', {\n \"particles\": {\n \"number\": {\n \"value\": particlesNumber,\n \"density\": {\n \"enable\": true,\n \"value_area\": 800\n }\n },\n \"color\": {\n \"value\": color\n },\n \"shape\": {\n // circle, edge, triangle, polygon, star, image\n \"type\": shapeType,\n \"stroke\": {\n \"width\": 0,\n \"color\": \"#192231\"\n },\n \"polygon\": {\n \"nb_sides\": 5\n }\n },\n \"opacity\": {\n \"value\": particleOpacity,\n \"random\": false,\n \"anim\": {\n \"enable\": false,\n \"speed\": 1,\n \"opacity_min\": 0.1,\n \"sync\": false\n }\n },\n \"size\": {\n \"value\": particleSize,\n \"random\": true,\n \"anim\": {\n