{"remainingRequest":"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\\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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBEcml2ZXIgZnJvbSAnZHJpdmVyLmpzJyAvLyBpbXBvcnQgZHJpdmVyLmpzCmltcG9ydCAnZHJpdmVyLmpzL2Rpc3QvZHJpdmVyLm1pbi5jc3MnIC8vIGltcG9ydCBkcml2ZXIuanMgY3NzCmltcG9ydCBzdGVwcyBmcm9tICcuL3N0ZXBzJwoKZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICdHdWlkZScsCiAgZGF0YSgpIHsKICAgIHJldHVybiB7CiAgICAgIGRyaXZlcjogbnVsbAogICAgfQogIH0sCiAgbW91bnRlZCgpIHsKICAgIHRoaXMuZHJpdmVyID0gbmV3IERyaXZlcigpCiAgfSwKICBtZXRob2RzOiB7CiAgICBndWlkZSgpIHsKICAgICAgdGhpcy5kcml2ZXIuZGVmaW5lU3RlcHMoc3RlcHMpCiAgICAgIHRoaXMuZHJpdmVyLnN0YXJ0KCkKICAgIH0KICB9Cn0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;AAcA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/guide","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"]}]}
|