{"remainingRequest":"D:\\源码\\vue-element-admin-master\\node_modules\\babel-loader\\lib\\index.js!D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\源码\\vue-element-admin-master\\src\\views\\guide\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\源码\\vue-element-admin-master\\src\\views\\guide\\index.vue","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\babel.config.js","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KaW1wb3J0IERyaXZlciBmcm9tICdkcml2ZXIuanMnOyAvLyBpbXBvcnQgZHJpdmVyLmpzCgppbXBvcnQgJ2RyaXZlci5qcy9kaXN0L2RyaXZlci5taW4uY3NzJzsgLy8gaW1wb3J0IGRyaXZlci5qcyBjc3MKCmltcG9ydCBzdGVwcyBmcm9tICcuL3N0ZXBzJzsKZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICdHdWlkZScsCiAgZGF0YTogZnVuY3Rpb24gZGF0YSgpIHsKICAgIHJldHVybiB7CiAgICAgIGRyaXZlcjogbnVsbAogICAgfTsKICB9LAogIG1vdW50ZWQ6IGZ1bmN0aW9uIG1vdW50ZWQoKSB7CiAgICB0aGlzLmRyaXZlciA9IG5ldyBEcml2ZXIoKTsKICB9LAogIG1ldGhvZHM6IHsKICAgIGd1aWRlOiBmdW5jdGlvbiBndWlkZSgpIHsKICAgICAgdGhpcy5kcml2ZXIuZGVmaW5lU3RlcHMoc3RlcHMpOwogICAgICB0aGlzLmRyaXZlci5zdGFydCgpOwogICAgfQogIH0KfTs="},{"version":3,"mappings":";;;;;;;;;;;;;AAcA,+B,CAAA;;AACA,uC,CAAA;;AACA;AAEA;EACAA,aADA;EAEAC,IAFA,kBAEA;IACA;MACAC;IADA;EAGA,CANA;EAOAC,OAPA,qBAOA;IACA;EACA,CATA;EAUAC;IACAC,KADA,mBACA;MACA;MACA;IACA;EAJA;AAVA","names":["name","data","driver","mounted","methods","guide"],"sourceRoot":"src/views/guide","sources":["index.vue"],"sourcesContent":["<template>\n <div class=\"app-container\">\n <aside>\n The guide page is useful for some people who entered the project for the first time. You can briefly introduce the\n features of the project. Demo is based on\n <a href=\"https://github.com/kamranahmedse/driver.js\" target=\"_blank\">driver.js.</a>\n </aside>\n <el-button icon=\"el-icon-question\" type=\"primary\" @click.prevent.stop=\"guide\">\n Show Guide\n </el-button>\n </div>\n</template>\n\n<script>\nimport Driver from 'driver.js' // import driver.js\nimport 'driver.js/dist/driver.min.css' // import driver.js css\nimport steps from './steps'\n\nexport default {\n name: 'Guide',\n data() {\n return {\n driver: null\n }\n },\n mounted() {\n this.driver = new Driver()\n },\n methods: {\n guide() {\n this.driver.defineSteps(steps)\n this.driver.start()\n }\n }\n}\n</script>\n"]}]}
|