vue-element-admin/node_modules/.cache/vue-loader/c93c26651fd30868c50a5d928406e4ee.json
2025-08-05 23:51:42 +08:00

1 line
2.4 KiB
JSON

{"remainingRequest":"/Users/kang/Gitea/vue-element-admin-i18n/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/kang/Gitea/vue-element-admin-i18n/src/views/guide/index.vue?vue&type=script&lang=js","dependencies":[{"path":"/Users/kang/Gitea/vue-element-admin-i18n/src/views/guide/index.vue","mtime":1599486365000},{"path":"/Users/kang/Gitea/vue-element-admin-i18n/node_modules/cache-loader/dist/cjs.js","mtime":1754408227855},{"path":"/Users/kang/Gitea/vue-element-admin-i18n/node_modules/babel-loader/lib/index.js","mtime":1754408228132},{"path":"/Users/kang/Gitea/vue-element-admin-i18n/node_modules/cache-loader/dist/cjs.js","mtime":1754408227855},{"path":"/Users/kang/Gitea/vue-element-admin-i18n/node_modules/vue-loader/lib/index.js","mtime":1754408228175}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBEcml2ZXIgZnJvbSAnZHJpdmVyLmpzJyAvLyBpbXBvcnQgZHJpdmVyLmpzCmltcG9ydCAnZHJpdmVyLmpzL2Rpc3QvZHJpdmVyLm1pbi5jc3MnIC8vIGltcG9ydCBkcml2ZXIuanMgY3NzCmltcG9ydCBzdGVwcyBmcm9tICcuL3N0ZXBzJwoKZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICdHdWlkZScsCiAgZGF0YSgpIHsKICAgIHJldHVybiB7CiAgICAgIGRyaXZlcjogbnVsbAogICAgfQogIH0sCiAgbW91bnRlZCgpIHsKICAgIHRoaXMuZHJpdmVyID0gbmV3IERyaXZlcigpCiAgfSwKICBtZXRob2RzOiB7CiAgICBndWlkZSgpIHsKICAgICAgdGhpcy5kcml2ZXIuZGVmaW5lU3RlcHMoc3RlcHMpCiAgICAgIHRoaXMuZHJpdmVyLnN0YXJ0KCkKICAgIH0KICB9Cn0K"},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAaA;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 {{ $t('guide.description') }}\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 {{ $t('guide.button') }}\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"]}]}